From ec18525f5076902b75ac40aaa05d8ee6d5888e05 Mon Sep 17 00:00:00 2001 From: emil28092005 <65846814+emil28092005@users.noreply.github.com> Date: Tue, 17 Sep 2024 17:12:38 +0300 Subject: [PATCH] configure initial structure --- main.cpp | 2 +- simplex.cpp | 4 +--- tools/matrix.cpp | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 tools/matrix.cpp diff --git a/main.cpp b/main.cpp index f4bd2c6..6303cef 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,5 @@ #include - +// main file-executor int main() { printf("Hello World!\n"); return 0; diff --git a/simplex.cpp b/simplex.cpp index c074bb7..70be5cc 100644 --- a/simplex.cpp +++ b/simplex.cpp @@ -1,3 +1 @@ -// -// Created by emil on 17.09.2024. -// +// implementation of simplex task \ No newline at end of file diff --git a/tools/matrix.cpp b/tools/matrix.cpp new file mode 100644 index 0000000..17d3381 --- /dev/null +++ b/tools/matrix.cpp @@ -0,0 +1 @@ +// some functions for matrix interaction \ No newline at end of file