Skip to content

Instantly share code, notes, and snippets.

@AaronCHH
AaronCHH / Markdium-TypeScript.ts
Created July 12, 2019 13:11
Markdium-Hello Markdium!
let foo = 'bar'
/**
Don't worry about the code block, it will be saved as a gist with right language format, and auto embed to your post.
**/
@AaronCHH
AaronCHH / Markdium-Diff.diff
Created July 12, 2019 13:11
Markdium-Hello Markdium!
public class Hello1
{
public static void Main()
{
- System.Console.WriteLine("Hello, World!");
+ System.Console.WriteLine("Rock all night long!");
}
}