blob: 751299185de8b8006505f4cacddcf8c6044a6ad2 [file] [log] [blame]
library #lib;
import self as self;
import "dart:core" as core;
static method main() dynamic {
core::print("hello world");
}