blob: f23119a52e82fd7e8ed01fc89456229d8f663d20 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method library() dynamic {
core::print("Hello, World!");
}
static method main() dynamic
return self::library();