Moved headers into src

This commit is contained in:
Imbus 2024-03-27 04:56:21 +01:00
parent 51d34af363
commit 4052f9712d
2 changed files with 0 additions and 0 deletions

3
src/fib.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
int fib(int n);

3
src/greet.h Normal file
View file

@ -0,0 +1,3 @@
#pragma once
void greet(const char *name);