init cmd utility

This commit is contained in:
anon 2023-06-20 12:11:29 +02:00
parent 3a14a03f3a
commit 853c9ed2d7
4 changed files with 24682 additions and 1 deletions

@ -1,5 +1,5 @@
main:
@-echo pass
g++ -I lib/ src/setopt.cpp -o setopt
test: test_template test_compile

24674
lib/json.hpp Normal file

File diff suppressed because it is too large Load Diff

7
src/setopt.cpp Normal file

@ -0,0 +1,7 @@
#include <stdio.h>
#include <json.hpp>
#include "setopt.hpp"
signed main(){
return 0;
}