Exemplo n.º 1
0
 public static int Main()
 {
     return(QuestCheck.Check(7) ? TRUE : FALSE);
 }
Exemplo n.º 2
0
 public static int Main()
 {
     return(QuestCheck.Check(3) ? 1 : 0);
 }