helloworld...start interop work with rust

This commit is contained in:
talksik
2023-07-20 10:44:29 -07:00
parent a48264b768
commit dcaa049c04
2 changed files with 8 additions and 0 deletions
Executable
BIN
View File
Binary file not shown.
+8
View File
@@ -0,0 +1,8 @@
#include <stdio.h>
int main() {
printf("Hello, World!");
return 0;
}