mirror of
https://github.com/Gers2017/cpp.js.git
synced 2024-11-26 00:38:42 -06: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
|