Hello World datei gefinished
This commit is contained in:
parent
eac58e599a
commit
b500a2407b
1 changed files with 2 additions and 1 deletions
3
main.c
3
main.c
|
|
@ -1,4 +1,5 @@
|
||||||
|
#include <stdio.h>
|
||||||
int main() {
|
int main() {
|
||||||
|
printf("Hello World");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
Reference in a new issue