setup1
This commit is contained in:
6
hello_world/hello.c
Normal file
6
hello_world/hello.c
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
int puts(char *str);
|
||||||
|
|
||||||
|
int main(){
|
||||||
|
puts("Hello, World!");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user