pvjc20/du1/program.c
Zoltán Szabó 129b1d5af3 funguje
2020-03-03 18:21:21 +01:00

7 lines
129 B
C

#include <stdio.h>
int main() {
// printf() displays the string inside quotation
printf("Hello, World!");
return 0;
}