Adding all tracks, I guess
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "hello_world.h"
|
||||
|
||||
const char *hello(void)
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#ifndef HELLO_WORLD_H
|
||||
#define HELLO_WORLD_H
|
||||
|
||||
const char *hello(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user