From 3be0df94c032b945af803d5056fb01df7af417f3 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Fri, 29 Dec 2023 00:05:17 +0300 Subject: Remove RhSolutions.Console --- RhSolutions.ML.Builder/Program.cs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 RhSolutions.ML.Builder/Program.cs (limited to 'RhSolutions.ML.Builder/Program.cs') 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 -- cgit v1.2.3