You've already forked linux-packaging-mono
13 lines
100 B
C#
13 lines
100 B
C#
|
|
using System;
|
||
|
|
using i = System.Int16;
|
||
|
|
|
||
|
|
enum E : i
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
class X
|
||
|
|
{
|
||
|
|
public static void Main ()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|