Add Initial commit

This commit is contained in:
Lev
2021-06-15 01:42:12 -05:00
parent 63da68a39d
commit cb510ce4dc
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include <iostream>
int main()
{
std::cout << "Hello!" << std::endl;
}