Update 0.c #1

Open
karaev_d wants to merge 1 commits from 2 into main

View File

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