cpp.js/run.sh

6 lines
76 B
Bash
Executable file

#!/bin/sh
node main.js main.cpp &&
rustc main.rs -o main.out &&
./main.out