You've already forked linux-packaging-mono
8 lines
116 B
C#
8 lines
116 B
C#
![]() |
class X {
|
||
|
public static int Main (string [] args)
|
||
|
{
|
||
|
System.Console.WriteLine ("Hello, World");
|
||
|
return 0;
|
||
|
}
|
||
|
}
|