Skip to content

Instantly share code, notes, and snippets.

View arionalmond's full-sized avatar
🛠️
Zen

Arion Almond arionalmond

🛠️
Zen
  • Charlotte, NC
  • 22:35 (UTC -05:00)
View GitHub Profile
// A Hello World! program in C#.
using System;
namespace HelloWorld
{
class Hello
{
static void Main()
{
Console.WriteLine("Hello World!");