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

4 lines
83 B
Dart
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import 'dart:html';
main() => document.body.innerHtml = '<p>Goodbye, World!</p>';