official-images/test/tests/dart-hello-world/container.dart

4 lines
41 B
Dart

void main() {
print('Hello World!');
}