You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
791 B

10196* cargo build --release
10197* ./a.out
10198* clear
10199* ./a.out
10200* g++ test.cpp -L. -l:target/release/libcyntct.a
10201* g++ test.cpp -L. -l:target/release/libcyntct.a -lpthread
10202* g++ test.cpp -L. -l:target/release/libcyntct.a -lpthread -ldl
10203* ls
10204* ldd a.out
10205* ./a.out
10206* ls
10207* g++ test.cpp -L. -l:target/release/libcyntct.a -lpthread -ldl
10208* ./a.out
10209* ./a.out > test.html
10210* xdg-open test.html
10211* g++ test.cpp -L. -l:target/release/libcyntct.a -lpthread -ldl
10212* ./a.out > test.html
10213* xdg-open test.html
10214* g++ test.cpp -L. -l:target/release/libcyntct.a -lpthread -ldl
10215* ./a.out > test.html
10216* g++ test.cpp -L. -l:target/release/libcyntct.a -lpthread -ldl
10217* ./a.out > test.html
10218 history | tail