Files
NASM/casm/c.c
Пытков Роман 8f705bb7b8 Всякое
2025-09-20 18:48:55 +03:00

3 lines
41 B
C

int sum(int a, int b) {
return a+b;
}