using System; namespace SpritePacker { class Program { public static void Main(string[] args) { Console.WriteLine("Hello World!"); } } }