Updated Makefiles

This commit is contained in:
2025-05-12 22:05:38 +02:00
parent e84560fa25
commit e5bad0c642
7 changed files with 108 additions and 0 deletions

7
Task_3/Task_3.1/main.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <iostream>
#include "hello_world.h"
int main(){
hello();
return 0;
}