Esempio n. 1
0
 static int Main(string[] args)
 {
     return(ApplicationHelpers
            .GenerateApplication("raffleWinner",
                                 "Prompts for the maximum number of entrants, then picks a random winner")
            .SafeExecuteApp(args));
 }