Initialize a dart project

This commit is contained in:
2025-11-29 12:21:39 -06:00
commit 69eaea8d09
9 changed files with 458 additions and 0 deletions

2
README.md Normal file
View File

@@ -0,0 +1,2 @@
A sample command-line application with an entrypoint in `bin/`, library code
in `lib/`, and example unit test in `test/`.