This commit is contained in:
Michal Utľák 2024-02-13 19:06:06 +01:00
parent dd2cc1e9b2
commit ed1727c653

View File

@ -1,7 +1,6 @@
#include <stdio.h>
int main(){
printf("Hello World!\n");
return 0;
}