diff options
-rw-r--r-- | template/cs/base-program.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/cs/base-program.cs b/template/cs/base-program.cs new file mode 100644 index 0000000..cb263b9 --- /dev/null +++ b/template/cs/base-program.cs @@ -0,0 +1,9 @@ +using System; + +class Program +{ + static void Main(string[] args) + { + Console.WriteLine("{{_cursor_}}"); + } +} |