mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-04 09:06:41 +02:00
4 lines
131 B
C#
4 lines
131 B
C#
using YesNt.CodeEditor;
|
|
|
|
TextEditor textEditor = args.Length > 0 ? new TextEditor(args[0]) : new TextEditor();
|
|
textEditor.Run(); |