initial
This commit is contained in:
commit
2802401eee
79 changed files with 2650 additions and 0 deletions
13
1sem/programming basics/1/0.cpp
Normal file
13
1sem/programming basics/1/0.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
// pb_1_0.cpp
|
||||
// Горбацевич Андрей
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include <clocale>
|
||||
using namespace std;
|
||||
|
||||
int main()
|
||||
{
|
||||
setlocale(LC_ALL, "russian");
|
||||
cout << "Hello World!\n";
|
||||
printf("Привет Мир!");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue