calc/.replit

2 lines
55 B
Plaintext
Raw Permalink Normal View History

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