blob: 40ce1cc5b414134145c8d92dd064a1bfd9e1bf87 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
import "dart:developer" as dev;
additionalExports = (core::print)
static method main() dynamic {
core::print(dev::UserTag);
}