static void Main(string[] args) { Modulo modulo = new Modulo(); modulo.Auto(); }
static void Main(string[] args) { Modulo.run(); }