Skip to content

Instantly share code, notes, and snippets.

@Scorpiion
Last active August 29, 2015 14:03
Show Gist options
  • Save Scorpiion/5334f1201e75c72346be to your computer and use it in GitHub Desktop.
Save Scorpiion/5334f1201e75c72346be to your computer and use it in GitHub Desktop.
import 'dart:async';
import 'package:vane/vane.dart';
class HelloWorld extends Vane {
Future main() {
return close("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment