Skip to content

Instantly share code, notes, and snippets.

@aevitas
Last active September 28, 2021 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aevitas/06089d0dd0c575b0f3a41d532b1c69fc to your computer and use it in GitHub Desktop.
Save aevitas/06089d0dd0c575b0f3a41d532b1c69fc to your computer and use it in GitHub Desktop.
using System;
namespace CSharpByExample
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello, world!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment