Skip to content

Instantly share code, notes, and snippets.

View arionalmond's full-sized avatar
🔋
Zen

Arion Almond arionalmond

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