6 lines
95 B
C
6 lines
95 B
C
#ifndef HELLO_WORLD_H
|
|
#define HELLO_WORLD_H
|
|
|
|
void hello(); // Deklaration der Funktion
|
|
|
|
#endif |