Skip to content

Commit

Permalink
Revert "Socrates COT"
Browse files Browse the repository at this point in the history
This reverts commit 3f0680a.
  • Loading branch information
Shahil093 committed Jun 9, 2023
1 parent 3f0680a commit 074adb4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 77 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,5 @@
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);


SocraticCoT socraticCoT = new SocraticCoT();
Problem problem = new Problem();

Solution solution = socraticCoT.solveProblem(problem);

// Process and use the final solution as needed
solution.display();


}
}

0 comments on commit 074adb4

Please sign in to comment.