Added .replit and .gitignore so I can work on DGTNT Calc at school

version-1
DavidDGTNTSchool 2021-02-09 20:17:42 +00:00
parent be9560909a
commit c875f948c4
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
calc

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "cpp"
run = "g++ main.cpp -o calc && ./name"