]> git.zndr.dk Git - codility.git/commit
Initial commit
authorJannik ZANDER <jzander@grundfos.com>
Thu, 3 Nov 2016 22:46:20 +0000 (23:46 +0100)
committerJannik ZANDER <jzander@grundfos.com>
Thu, 3 Nov 2016 22:46:20 +0000 (23:46 +0100)
commitd26a63601ddb281562a0559224406949691577f3
treed4b2ab89307442fc2a32dd11160b09156415fdeb
Initial commit
26 files changed:
CMakeLists.txt [new file with mode: 0644]
googletest [new submodule]
solution1/CMakeLists.txt [new file with mode: 0644]
solution1/solution.c [new file with mode: 0644]
solution1/solution.h [new file with mode: 0644]
solution1/unittest.cpp [new file with mode: 0644]
solution2/CMakeLists.txt [new file with mode: 0644]
solution2/solution.c [new file with mode: 0644]
solution2/solution.h [new file with mode: 0644]
solution2/unittest.cpp [new file with mode: 0644]
solution3/CMakeLists.txt [new file with mode: 0644]
solution3/solution.c [new file with mode: 0644]
solution3/solution.h [new file with mode: 0644]
solution3/unittest.cpp [new file with mode: 0644]
solution4/CMakeLists.txt [new file with mode: 0644]
solution4/solution.c [new file with mode: 0644]
solution4/solution.h [new file with mode: 0644]
solution4/unitTest.cpp [new file with mode: 0644]
solution5/CMakeLists.txt [new file with mode: 0644]
solution5/solution.c [new file with mode: 0644]
solution5/solution.h [new file with mode: 0644]
solution5/unitTest.cpp [new file with mode: 0644]
solution6/CMakeLists.txt [new file with mode: 0644]
solution6/solution.c [new file with mode: 0644]
solution6/solution.h [new file with mode: 0644]
solution6/unittest.cpp [new file with mode: 0644]