diff options
author | Ta180m | 2020-05-29 21:49:45 -0500 |
---|---|---|
committer | Ta180m | 2020-05-29 21:49:45 -0500 |
commit | 5173d9965330cbf7e871efd7b61a83b603a1a1b5 (patch) | |
tree | dbb92d551ba1f29c92b23395b621f4ba13dfaaa5 | |
parent | 17f59f8e1ebe081347610f2f19b27eae36b0fcd0 (diff) | |
parent | 8c48f2346f4e5192c6cbcb3f138ff8c45e129d7d (diff) |
Merge branch 'master' of https://github.com/Ta180m/Compression-Project
-rw-r--r-- | .replit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |