Files
YesNt-Interpreter/YesNt.CodeEditor/Program.cs
T

4 lines
131 B
C#

using YesNt.CodeEditor;
TextEditor textEditor = args.Length > 0 ? new TextEditor(args[0]) : new TextEditor();
textEditor.Run();