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