A sample command-line application with an entrypoint in bin/
, library code
in lib/
, and example unit test in test/
.
This project was created with Dart SDK version: 3.1.0 (stable) (Tue Aug 15 21:33:36 2023 +0000) on "macos_arm64" using the following command:
dart create challenge
To run the application, use the following command:
dart run