8 lines
131 B
Plaintext
8 lines
131 B
Plaintext
library foo;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method foo() → dynamic {
|
|
core::print("Hello, World!");
|
|
}
|