funguje
This commit is contained in:
commit
129b1d5af3
6
du1/program.c
Normal file
6
du1/program.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
// printf() displays the string inside quotation
|
||||
printf("Hello, World!");
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user