Skip to content

Instantly share code, notes, and snippets.

@xplicit
Last active April 19, 2016 23:18
Show Gist options
  • Save xplicit/fabb2599db44b246dfc3caeb794dbc6f to your computer and use it in GitHub Desktop.
Save xplicit/fabb2599db44b246dfc3caeb794dbc6f to your computer and use it in GitHub Desktop.
using System;
for (int i=0;i<10;i++)
y--;
using System;
int x = 50;
throw new Exception("Test Exception");
#r "/usr/lib/mono/4.5/System.Web.dll"
using System.Web;
var encoded = HttpUtility.UrlEncode("test=test");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment