Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 374 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 374 Bytes

editor

This is a basic text editor made with Java. Screenshot of editor


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