You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.73
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
This commit is contained in:
parent
bceda29824
commit
73ee7591e8
@@ -5,7 +5,11 @@ class MonoEmbed {
|
||||
[MethodImplAttribute(MethodImplOptions.InternalCall)]
|
||||
extern static string gimme();
|
||||
|
||||
static void Main() {
|
||||
Console.WriteLine (gimme ());
|
||||
static int Main ()
|
||||
{
|
||||
System.Console.WriteLine(gimme ());
|
||||
if (gimme ().Equals("All your monos are belong to us!"))
|
||||
return 0;
|
||||
return 100;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user