Skip to content

Instantly share code, notes, and snippets.

View sohjsolwin's full-sized avatar

Josh Wilson sohjsolwin

View GitHub Profile
@intel352
intel352 / ab.dart
Last active December 31, 2015 23:19 — forked from okaq/godart.txt
import 'dart:html' show Console;
void main() {
var console = new Console();
console.log("ok ab dart!");
}
// to compile use:
// dart2js -oab.js ab.dart