Всякое

This commit is contained in:
Пытков Роман
2025-09-20 18:48:55 +03:00
parent 95e5aab32d
commit 8f705bb7b8
9 changed files with 634 additions and 35 deletions

3
casm/c.c Normal file
View File

@@ -0,0 +1,3 @@
int sum(int a, int b) {
return a+b;
}