Merge pull request 'Update 0.c' (#1) from 2 into main

Reviewed-on: #1
This commit is contained in:
karaev_d 2024-12-02 09:12:53 +04:00
commit 671e717e0a

View File

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