aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-10-24 18:38:10 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-10-24 18:38:10 +0100
commitef40b73392888b1bac5ab06ba3130290c3e89956 (patch)
treeaf71e04ff4d36640f8ea675b2eaf0868232cbf1e /src
downloadSimplex-ef40b73392888b1bac5ab06ba3130290c3e89956.tar.gz
Simplex-ef40b73392888b1bac5ab06ba3130290c3e89956.zip
Adding initial files
Diffstat (limited to 'src')
-rw-r--r--src/simplex.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/simplex.cpp b/src/simplex.cpp
new file mode 100644
index 0000000..9039a3a
--- /dev/null
+++ b/src/simplex.cpp
@@ -0,0 +1,6 @@
+#include <simplex.h>
+
+int main()
+{
+
+}