Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2025-09-08 05:09:46 +03:00
parent d6726f7e8b
commit 1cc4a55951
3 changed files with 2280 additions and 8 deletions

View File

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