2 lines
86 B
Bash
2 lines
86 B
Bash
cargo build && gcc test.c target/debug/liblibnyx.a -o app -pthread -ldl -lrt && ./app
|
cargo build && gcc test.c target/debug/liblibnyx.a -o app -pthread -ldl -lrt && ./app
|