This commit is contained in:
Andrii Hermaniuk 2022-03-27 18:54:21 +02:00
parent d307f08776
commit 2246cfdb58

View File

@ -1,7 +1,7 @@
#include<stdio.h> #include<stdio.h>
int main(){ int main(){
printf("HELLO"); // printf("HELLO");
return 0; return 0;
} }