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