diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 00:05:17 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-29 00:05:17 +0300 |
commit | 3be0df94c032b945af803d5056fb01df7af417f3 (patch) | |
tree | 32f163fffa86afd02df3c93fe62a041038513464 /RhSolutions.ML.Builder/Program.cs | |
parent | a3cc89ce049a09aeebf068e6013a7e9b142e695f (diff) |
Remove RhSolutions.Console
Diffstat (limited to 'RhSolutions.ML.Builder/Program.cs')
-rw-r--r-- | RhSolutions.ML.Builder/Program.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/RhSolutions.ML.Builder/Program.cs b/RhSolutions.ML.Builder/Program.cs deleted file mode 100644 index 3f89f06..0000000 --- a/RhSolutions.ML.Builder/Program.cs +++ /dev/null @@ -1,11 +0,0 @@ -using RhSolutions.ML.Lib; - -try -{ - RhSolutionsMLBuilder.RebuildModel(); - Console.WriteLine("Complete"); -} -catch (Exception ex) -{ - Console.WriteLine(ex.Message); -}
\ No newline at end of file |