Skip to content

Instantly share code, notes, and snippets.

@myrkvi
Created October 5, 2012 22:11
Show Gist options
  • Save myrkvi/3842742 to your computer and use it in GitHub Desktop.
Save myrkvi/3842742 to your computer and use it in GitHub Desktop.
Testing.

Hello, and welcome to this world.

Hola worldita!

using System;

class Main {
    private static void main(String[] args) {
        Console.WriteLine("HAI WURLD");
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment