RosettaCodeData/Task/Hello-world-Graphical/Dart/hello-world-graphical-4.dart
2023-07-01 13:44:08 -04:00

3 lines
64 B
Dart

import 'dart:html';
main() => window.alert("Goodbye, World!");