mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
5 lines
75 B
C
5 lines
75 B
C
|
#include <stdio.h>
|
||
|
int main() {
|
||
|
printf("Hello World!");
|
||
|
return 0;
|
||
|
}
|