Updated Makefiles
This commit is contained in:
7
Task_3/Task_3.1/main.cpp
Normal file
7
Task_3/Task_3.1/main.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <iostream>
|
||||
#include "hello_world.h"
|
||||
|
||||
int main(){
|
||||
hello();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user