feat: add main.c

This commit is contained in:
2026-06-09 15:40:56 +02:00
commit 1f094245eb
2 changed files with 127 additions and 0 deletions
Executable
+2
View File
@@ -0,0 +1,2 @@
gcc main.c -o bot $(pkgconf --libs libcurl) $(pkgconf --libs yyjson)
./bot YOUR_TOKEN_HERE