is that the bite of setting up the project\?\?
This commit is contained in:
parent
4f31e67e76
commit
84ebcf1044
3 changed files with 9 additions and 0 deletions
3
makefile
Normal file
3
makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
incest:
|
||||
g++ ./src/main.cpp -o out
|
||||
./out
|
BIN
out
Executable file
BIN
out
Executable file
Binary file not shown.
6
src/main.cpp
Normal file
6
src/main.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <iostream>
|
||||
|
||||
int main() {
|
||||
std::cout << "damn, thats too long" << std::endl;
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Reference in a new issue