From ef40b73392888b1bac5ab06ba3130290c3e89956 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 24 Oct 2017 18:38:10 +0100 Subject: Adding initial files --- src/simplex.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/simplex.cpp (limited to 'src') 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 + +int main() +{ + +} -- cgit