YuXingyao's picture
fresh start
7b127f4
raw
history blame contribute delete
105 Bytes
# conda install libgcc
g++ -Wall -fPIC -O2 -c run.cpp -std=c++11 -fpermissive
g++ -shared -o run.so run.o