initial commit

This commit is contained in:
fiatcode 2026-02-10 08:03:09 +07:00
commit 15f6698a94
9 changed files with 451 additions and 0 deletions

15
pubspec.yaml Normal file
View file

@ -0,0 +1,15 @@
name: tdd_katas
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/my_org/my_repo
environment:
sdk: ^3.10.8
# Add regular dependencies here.
dependencies:
path: ^1.9.0
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6