This commit is contained in:
Адель Алимов 2024-11-18 09:40:28 +04:00
parent 39ef805870
commit d2f2ba34a4

View File

@ -1,5 +1,5 @@
#include<stdio.h>
void main() {
printf("hello world");
printf(" world");
}