@ -1 +0,0 @@
*.cast
@ -1 +1 @@
Репозиторий для сдачи дз по ОС
@ -1,13 +1,10 @@
#include <stdlib.h>
#include <iostream>
using namespace std;
# Это мейн
int main() {
int a = 1;
int b = 2;
int c = a + b;
int c = a - b;
return 0;
}
The note is not visible to the blocked user.