Compare commits
2 Commits
main
...
feature/su
Author | SHA1 | Date | |
---|---|---|---|
cecf73c217 | |||
55baf08975 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.cast
|
@ -1 +1 @@
|
|||||||
Репозиторий для сдачи дз по ОС
|
|
||||||
|
5
main.cpp
5
main.cpp
@ -1,10 +1,13 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
# Это мейн
|
||||||
int main() {
|
int main() {
|
||||||
int a = 1;
|
int a = 1;
|
||||||
int b = 2;
|
int b = 2;
|
||||||
int c = a - b;
|
int c = a + b;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user