Created the solution.cpp
This commit is contained in:
parent
2d149c1256
commit
918fdb13b3
14
units/2023_10_17/solution.cpp
Normal file
14
units/2023_10_17/solution.cpp
Normal file
@ -0,0 +1,14 @@
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
short Var1;
|
||||
int Var2;
|
||||
|
||||
Var1 = 5;
|
||||
Var2 = 100;
|
||||
|
||||
cout << "Var1: " << Var1 << endl;
|
||||
cout << "Var2: " << Var2 << endl;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user