This commit is contained in:
Timofey 2022-08-10 10:22:33 +03:00
commit a3db719405
2 changed files with 17 additions and 0 deletions

5
src/main.cpp Normal file
View file

@ -0,0 +1,5 @@
#include <iostream>
int main() {
std::cout << "Hello I'm clippy" << std::endl;
}