calc/.replit

2 lines
56 B
Plaintext

language = "cpp"
run = "g++ main.cpp -o calc && ./calc";