RosettaCodeData/Task/Hello-world-Graphical/Dart/hello-world-graphical-4.dart

4 lines
64 B
Dart
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import 'dart:html';
main() => window.alert("Goodbye, World!");