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