mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
7 lines
140 B
Text
7 lines
140 B
Text
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method main() → dynamic async {
|
|
core::print(await "Hello, World!");
|
|
}
|