This is a basic text editor made with Java.
To run the editor, clone this repository with following command
git clone https://github.com/Omkar76/editor.git
cd
to editor folder
cd editor
compile
javac texteditor/Main.java
run
java texteditor.Main