Skip to content

Instantly share code, notes, and snippets.

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