Skip to content

Commit a09aad4

Browse files
authored
Merge pull request #15 from flodavid/compilateur
Program arguments parsings and various corrections
2 parents edc6293 + 77b5fa9 commit a09aad4

56 files changed

Lines changed: 3784 additions & 3140 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
language: cpp
23
sudo: required
34
dist: trusty
@@ -22,6 +23,7 @@ addons:
2223
- ubuntu-toolchain-r-test
2324
packages:
2425
- g++-5
26+
- g++-7
2527

2628
install:
2729
# g++ install

0 commit comments

Comments
 (0)