feat: v0.2.6

This commit is contained in:
2024-12-29 22:30:46 +08:00
parent 3ace53b509
commit 18282e2223
12 changed files with 121 additions and 33 deletions

5
src/script.template.dart Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env dart
main(List<String> args) {
print("Hello world.");
}