aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTa180m2020-05-29 21:49:45 -0500
committerTa180m2020-05-29 21:49:45 -0500
commit5173d9965330cbf7e871efd7b61a83b603a1a1b5 (patch)
treedbb92d551ba1f29c92b23395b621f4ba13dfaaa5
parent17f59f8e1ebe081347610f2f19b27eae36b0fcd0 (diff)
parent8c48f2346f4e5192c6cbcb3f138ff8c45e129d7d (diff)
Merge branch 'master' of https://github.com/Ta180m/Compression-Project
-rw-r--r--.replit2
1 files changed, 1 insertions, 1 deletions
diff --git a/.replit b/.replit
index f17bb9b..5c60c24 100644
--- a/.replit
+++ b/.replit
@@ -1,2 +1,2 @@
language = "cpp"
-run = "g++ src/*.cpp -o compress -std=c++11; ./compress" \ No newline at end of file
+run = "g++ src/*.cpp -o compress -std=c++1y; ./compress" \ No newline at end of file