Skip to content
Snippets Groups Projects
Commit 59ae8aa6 authored by Villsty's avatar Villsty
Browse files

changed to SimpleShell in main

parent 7b10dacd
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ public class Main {
public static void main(String[] args) {
// Create a new shell
CommandLineInterface shell = new EchoShell();
CommandLineInterface shell = new SimpleShell();
// Run the shell in the terminal GUI
Terminal gui = new Terminal(shell);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment