This commit is contained in:
3lswear
2021-12-19 13:33:14 +03:00
commit 0b4eb68f33
3 changed files with 48 additions and 0 deletions

8
src/main.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include <iostream>
int main(int argc, char **argv)
{
(void)argc;
(void)argv;
std::cout << "jopa" << std::endl;
}