Local requirements

This commit is contained in:
2026-06-26 16:54:56 -05:00
parent ccc69857bb
commit 70b4517559
7 changed files with 57 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
extern "C" void print(const char* str);
int main() {
print("Hello, World!");
}