Initial commit

This commit is contained in:
2026-01-20 20:07:49 -08:00
commit 24a371ce9d
9 changed files with 735 additions and 0 deletions

6
include/bbn.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef INCLUDED_BBN_H
#define INCLUDED_BBN_H
void say_hi(void);
#endif