Initial commit: project structure
This commit is contained in:
12
src/v1.cpp
Normal file
12
src/v1.cpp
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
// ConsoleApplication3.cpp : Этот файл содержит функцию "main". Здесь начинается и заканчивается выполнение программы.
|
||||||
|
//
|
||||||
|
|
||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
std::cout << "Hello World!\n";
|
||||||
|
std::cout << "Version Control Lab" << std::endl;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user