Weekly-Challenge-2022-Swift icon indicating copy to clipboard operation
Weekly-Challenge-2022-Swift copied to clipboard

[Challenge 26] Solution in Dart 🎯

Open leonus96 opened this issue 2 years ago • 0 comments

Solution Challenge 26 with Dart Language.

/lib/challenge26.dart

  • Draw Square Function.
  • Draw Triangle Function.

/bin/challenge26.dart

  • CLI App.
  • How to run? Run dart bin/challenge26.dart --help

Testing

Run dart test. Testing file: test/challenge26_test.dart

leonus96 avatar Jul 04 '22 18:07 leonus96