4 lines
64 B
Dart
4 lines
64 B
Dart
|
|
import 'dart:html';
|
||
|
|
|
||
|
|
main() => window.alert("Goodbye, World!");
|