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