5 lines
73 B
Dart
5 lines
73 B
Dart
#!/usr/bin/env dart
|
|
|
|
main(List<String> args) {
|
|
print("Hello world.");
|
|
} |