Updated Makefiles
This commit is contained in:
9
Task_3/Task_3.1/hello_world.cpp
Normal file
9
Task_3/Task_3.1/hello_world.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <iostream>
|
||||
#include "hello_world.h"
|
||||
|
||||
void hello() {
|
||||
std::cout << "Hello World" << std::endl;
|
||||
}
|
||||
|
||||
// g++ -c hello_world.cpp -o hello_world.o
|
||||
// ar rcs hello_world.a hello_world.o
|
||||
Reference in New Issue
Block a user