diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 18:54:09 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-05 18:54:09 +0100 |
commit | bfb562d7c734f76811314773ea248d9f781a2510 (patch) | |
tree | 25b821b35136c26078c49cc931bad08c96313f78 /src/test.cpp | |
parent | f16b5e2e18e06ec1fb14c7f29a560c3ca596b576 (diff) | |
parent | 965574e65f40e58a3a9c5e3bc288ed4124648f2a (diff) | |
download | LPC-Projet-bfb562d7c734f76811314773ea248d9f781a2510.tar.gz LPC-Projet-bfb562d7c734f76811314773ea248d9f781a2510.zip |
Merge branch 'master' of github.com:fatlevis/LPC-Projet
Diffstat (limited to 'src/test.cpp')
-rw-r--r-- | src/test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.cpp b/src/test.cpp new file mode 100644 index 0000000..81373c8 --- /dev/null +++ b/src/test.cpp @@ -0,0 +1 @@ +int m() { return 1==2 && 3==4 || !(5>=6); } |