Skip to content

Commit 4849da2

Browse files
committed
add: new feature & optimation interface
1 parent 924c3de commit 4849da2

4 files changed

Lines changed: 782 additions & 4 deletions

File tree

app.c.gpg

2.32 MB
Binary file not shown.

justfile

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
set_file := "src/app.bin"
1+
set_file := "src/main.c"
2+
output := "main"
3+
24
program:
3-
@echo "Join Grup Biar Bisa Ngobrol Sama Atmin dan member lainya"
4-
@echo "[>] link komunitas : https://t.me/+NlHuKTzhZbRkMTJl"
5-
@bash {{set_file}}
5+
@echo "Join Grup Biar Bisa Ngobrol Sama Atmin dan member lainya"
6+
@echo "[>] link komunitas : https://t.me/+NlHuKTzhZbRkMTJl"
7+
@gcc -Wall -O2 -lcrypt -o {{output}} {{set_file}}
8+
@./{{output}}
9+
610
run: program

src/app.bin

-8.35 MB
Binary file not shown.

0 commit comments

Comments
 (0)