Archive for the ‘C#’ tag
Net.BrianUpton.Www.Resurrect();
using System;
namespace Net.BrianUpton
{
static class Www
{
static void Resurrect()
{
System.Console.Out.WriteLine("Hello cruel world");
}
}
}
Into the depths of the fiery abyss
using System;
namespace Net.BrianUpton
{
static class Www
{
static void Resurrect()
{
System.Console.Out.WriteLine("Hello cruel world");
}
}
}