Exemplo n.º 1
0
Arquivo: Q1.cs Projeto: Tilps/Stash
 static void Main(string[] args)
 {
     SieveOfEratosthenes c = new SieveOfEratosthenes();
     object o = c.lastScratch(8);
     PrintObj(o);
     System.Console.In.ReadLine();
 }