inital commit

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-08 03:04:51 +03:00
commit 04127cb569
7 changed files with 8148 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
bfl: bfl.cpp
clang++ -std=c++23 bfl.cpp -o bfl -lm