feat: init commit, add helloworld-dart
This commit is contained in:
5
helloworld-dart/main.dart
Executable file
5
helloworld-dart/main.dart
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env dart
|
||||
|
||||
main(List<String> args) {
|
||||
print("Hello world.");
|
||||
}
|
||||
Reference in New Issue
Block a user