mirror of
https://github.com/Gers2017/cpp.js.git
synced 2024-10-31 22:27:04 -05:00
6 lines
76 B
Bash
6 lines
76 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
node main.js main.cpp &&
|
||
|
rustc main.rs -o main.out &&
|
||
|
./main.out
|