using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ElsoProjekt { class Program { static void Main(string[] args) { Console.WriteLine("Üdv 13. estis évfolyam"); //Console.ReadKey(); Console.WriteLine(); byte a = 2; int c = -30; Console.WriteLine(int.MinValue+" - "+int.MaxValue); Console.WriteLine(long.MinValue + " - " + long.MaxValue); } } }