Updated Makefiles
This commit is contained in:
6
Task_3/Task_3.1/hello_world.h
Normal file
6
Task_3/Task_3.1/hello_world.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef HELLO_WORLD_H
|
||||
#define HELLO_WORLD_H
|
||||
|
||||
void hello(); // Deklaration der Funktion
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user