diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-06 21:10:29 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-06 21:10:29 +0100 |
commit | 76c451e6fb2e5d6b377d79a85e807bb238803bc1 (patch) | |
tree | eebcf003313cd878f99c0cca03d0161eddcd1df5 | |
parent | 62b36681f7a700018de11d74067a10a013597dd8 (diff) | |
download | LPC-Projet-76c451e6fb2e5d6b377d79a85e807bb238803bc1.tar.gz LPC-Projet-76c451e6fb2e5d6b377d79a85e807bb238803bc1.zip |
Delete test.cpp
-rw-r--r-- | src/test.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test.cpp b/src/test.cpp deleted file mode 100644 index 81373c8..0000000 --- a/src/test.cpp +++ /dev/null @@ -1 +0,0 @@ -int m() { return 1==2 && 3==4 || !(5>=6); } |