Merge branch 'foo-features'
This commit is contained in:
commit
90665b316b
7
foo.c
Normal file
7
foo.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include "foo.h"
|
||||
|
||||
|
||||
void foo(void) {
|
||||
puts("Hello World from foo()");
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user