working quick_pow dec_to_bin

This commit is contained in:
2026-03-20 08:56:09 +01:00
parent 8851135394
commit 1eaae9ca4a
2 changed files with 94 additions and 1 deletions

1
build.sh Executable file
View File

@@ -0,0 +1 @@
gcc main.c -o main -std=c11 -lm && ./main