mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
5 lines
205 B
C#
5 lines
205 B
C#
using System; class Program { static int Main(string[] args) { Console.WriteLine(args[0]); int i = 0; i++; return 0; }
|
|
public int Foo() { switch (1) { case 1: int i = 0; default: int j = 1; }
|
|
}
|
|
}
|