Skip to content

Instantly share code, notes, and snippets.

View geoffreymcgill's full-sized avatar

Geoffrey McGill geoffreymcgill

View GitHub Profile
@geoffreymcgill
geoffreymcgill / 1. HelloWorld.cs
Last active May 25, 2018 04:11
Bridge.NET Live Compiler Samples
public class Program
{
public static void Main()
{
var msg = "hello, world";
Console.WriteLine(msg);
// Try other C# Samples from
// the Button in the top right.
@imjasonh
imjasonh / markdown.css
Last active February 12, 2024 17:18
Render Markdown as unrendered Markdown (see http://jsbin.com/huwosomawo)
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}