Вычитание
This commit is contained in:
parent
29e236d5f1
commit
b07c42514c
4
main.cpp
4
main.cpp
@ -1,5 +1,7 @@
|
||||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "Hello";
|
||||
int a = 2;
|
||||
int b = 3;
|
||||
std::cout << a - b;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user