Skip to content

Instantly share code, notes, and snippets.

@Scorpiion
Last active August 29, 2015 14:03
Show Gist options
  • Save Scorpiion/068265ed77b09fbe34e6 to your computer and use it in GitHub Desktop.
Save Scorpiion/068265ed77b09fbe34e6 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!");
return close();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment