mirror of
https://github.com/lucaspalomodevelop/cpp_stuff.git
synced 2026-03-12 22:47:22 +00:00
initial commit
This commit is contained in:
commit
e21d1337e0
6
cpp_1/main.cpp
Normal file
6
cpp_1/main.cpp
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#include <iostream>
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
std::cout << "Hello World!"<< std::endl;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
5
cpp_1/makefile
Normal file
5
cpp_1/makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
dev: compile run
|
||||||
|
compile:
|
||||||
|
g++ -o program main.cpp
|
||||||
|
run:
|
||||||
|
./program
|
||||||
BIN
cpp_1/program
Executable file
BIN
cpp_1/program
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user