From f8e989b4488b2343431cd87ae19c4f7bc0d8e958 Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 16 May 2013 08:57:33 +0900 Subject: Add csharp base template --- template/cs/base-program.cs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 template/cs/base-program.cs (limited to 'template') 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_}}"); + } +} -- cgit v1.2.3-54-g00ecf