Browse Source

First commit'

espitau 8 years ago
parent
commit
ec00548623
3 changed files with 16 additions and 0 deletions
  1. 0 0
      Olivier/Makefile
  2. 0 0
      Olivier/gurobi.cpp
  3. 16 0
      Thomas/main.py

+ 0 - 0
Makefile → Olivier/Makefile


+ 0 - 0
gurobi.cpp → Olivier/gurobi.cpp


+ 16 - 0
Thomas/main.py

@@ -0,0 +1,16 @@
+#!/usr/bin/env python
+
+"""
+HashCode 2016
+"""
+
+#
+## Code goes here.
+#
+
+def test():
+    """Testing Docstring"""
+    pass
+
+if __name__=='__main__':
+    test()