Untitled

Run Settings
LanguageC#
Language Version
Run Command
using System; namespace StringApplication { class StringProg { static void Main(string[] args) { string str = "Last night I dreamt of San Pedro"; Console.WriteLine(str); string substr = str.Substring(23); Console.WriteLine(substr); Console.ReadKey() ; } } }
Editor Settings
Theme
Key bindings
Full width
Lines