ce3dd48740
R=jmesserly@google.com, vsm@google.com Review URL: https://chromereviews.googleplex.com/153157013
8 lines
132 B
Dart
8 lines
132 B
Dart
import 'html_input_b.dart';
|
|
import 'html_input_c.dart';
|
|
|
|
main() {
|
|
print('fib(${x} + ${y}) = ');
|
|
print(' ... ${fib(x + y)}');
|
|
}
|