
RetroMyth @retromyth
Joined over 9 years ago
Dev
using System;
namespace gameJoltInfo
{
public class Program
{
static void Main()
{
Console.WriteLine
("Yo, what's up. My name is Retro." +
"I'm some gamer and programmer idk i make youtube videos that's all you need to know.");
}
}
}