code maybe works
This commit is contained in:
parent
d544592907
commit
1d2252278a
2 changed files with 6 additions and 0 deletions
BIN
hello_world
Normal file
BIN
hello_world
Normal file
Binary file not shown.
|
|
@ -0,0 +1,6 @@
|
|||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue