Skip to content

Instantly share code, notes, and snippets.

View arionalmond's full-sized avatar
:octocat:
I may be slow to respond.

Ari Almond arionalmond

:octocat:
I may be slow to respond.
  • Edenton Chowan Public Schools
  • Edenton, NC
View GitHub Profile
// A Hello World! program in C#.
using System;
namespace HelloWorld
{
class Hello
{
static void Main()
{
Console.WriteLine("Hello World!");