a better hello example implemented
This commit is contained in:
6
c-basic/hello.h
Normal file
6
c-basic/hello.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef HELLO_H
|
||||
#define HELLO_H
|
||||
|
||||
void hello();
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user