This commit is contained in:
2025-02-04 08:13:18 +03:00
parent bb35fb2db6
commit 8e36a1a11c
6 changed files with 142 additions and 2 deletions

View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main(void) {
printf("%d\n", 4-10);
return 0;
}