Compare commits

...

2 Commits

Author SHA1 Message Date
671e717e0a Merge pull request 'Update 0.c' (#1) from 2 into main
Reviewed-on: #1
2024-12-02 09:12:53 +04:00
002d25e71d Update 0.c 2024-12-02 09:06:44 +04:00

View File

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