Skip to content

Instantly share code, notes, and snippets.

@FredrikAugust
Last active August 29, 2015 14:16
Show Gist options
  • Save FredrikAugust/78c058378872e38380b6 to your computer and use it in GitHub Desktop.
Save FredrikAugust/78c058378872e38380b6 to your computer and use it in GitHub Desktop.
C# Testing
using System;
class test {
public static void Main() {
Console.WriteLine("Hello, World!");
}
}
@FredrikAugust
Copy link
Author

oh dear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment