is that the bite of setting up the project\?\?

This commit is contained in:
amy 2024-10-02 15:43:45 +03:30
parent 4f31e67e76
commit 84ebcf1044
3 changed files with 9 additions and 0 deletions

3
makefile Normal file
View file

@ -0,0 +1,3 @@
incest:
g++ ./src/main.cpp -o out
./out

BIN
out Executable file

Binary file not shown.

6
src/main.cpp Normal file
View file

@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "damn, thats too long" << std::endl;
return 0;
}