calc/.replit

2 lines
55 B
Plaintext

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