mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:01:30 +00:00
8 lines
151 B
Text
8 lines
151 B
Text
library;
|
|
import self as self;
|
|
import "dart:core" as core;
|
|
|
|
static method fibonacci(core::int n) → core::int
|
|
;
|
|
static method main() → dynamic
|
|
;
|