притянут C++

This commit is contained in:
Пытков Роман
2025-09-20 22:12:40 +03:00
parent 241f5acf71
commit a6d997f61d
4 changed files with 19 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
int a;
int sum(int a, int b) {
return a+b;
}