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