From a7c4d7019384d7719f93a45af16b8331d0eb7363 Mon Sep 17 00:00:00 2001 From: emil28092005 <65846814+emil28092005@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:10:25 +0300 Subject: [PATCH] configure initial structure --- simplex.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 simplex.cpp diff --git a/simplex.cpp b/simplex.cpp new file mode 100644 index 0000000..c074bb7 --- /dev/null +++ b/simplex.cpp @@ -0,0 +1,3 @@ +// +// Created by emil on 17.09.2024. +//