Initial
This commit is contained in:
commit
5069b41630
7 changed files with 69 additions and 0 deletions
3
lib/fib.h
Normal file
3
lib/fib.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
int fib(int n);
|
||||
3
lib/greet.h
Normal file
3
lib/greet.h
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
void greet(const char *name);
|
||||
Loading…
Add table
Add a link
Reference in a new issue