Random / random.cs
NeoPy's picture
Create random.cs
5755a22 verified
raw
history blame contribute delete
133 Bytes
using System;
class HelloWorld
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}