Gaming Hello

Showcase One

Mythic User
Freedom! Member
Jan 12, 2016
2,022
494
Australia
tldr.tk
YouTube
Hi,
Please tell us more about yourself. Use the template provided at the top of the introduce yourself section thanks.

// Freedomwelcome.cs
public class FreedomWelcome
{
public static void Main()
{
System.Console.WriteLine("Hello, Jack!");
}
}