using System;
class Program
{
static void Main()
{
Icepick myEyes = new Icepick();
string worldPart = “frontal lobe”;
myEyes.TearApart.ThisWorlds(worldPart);
}
}
— Anton Lushankin
using System;
class Program
{
static void Main()
{
Icepick myEyes = new Icepick();
string worldPart = “frontal lobe”;
myEyes.TearApart.ThisWorlds(worldPart);
}
}
— Anton Lushankin
Posted in: