dodano hello world aplikacje
This commit is contained in:
parent
8459e1b16f
commit
97fe3bb3a4
6
src/main.c
Normal file
6
src/main.c
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
printf("Hello, World!\n");
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user