Skip to content

Instantly share code, notes, and snippets.

View Nyrox's full-sized avatar
🏃‍♀️
coding fast boii

Mark-Oliver Junge Nyrox

🏃‍♀️
coding fast boii
View GitHub Profile
@Nyrox
Nyrox / tryjsil.cs
Created August 18, 2015 04:37
My Gist
using System;
using JSIL;
using JSIL.Meta;
public static class Program {
public static int x = 10;
public static int y = 20;
public static void Main () {
dynamic document = Builtins.Global["document"];