//gungahlin collage using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("Caitie"); Console.Out.WriteLine("i'm 16 peeps :)"); Console.Out.WriteLine("i have a 19 year old brother, a mother, a dog, two cats and a baby brother"); Console.In.ReadLine(); } }}