initial commit
This commit is contained in:
commit
15f6698a94
9 changed files with 451 additions and 0 deletions
5
bin/tdd_katas.dart
Normal file
5
bin/tdd_katas.dart
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import 'package:tdd_katas/roman_numerals.dart' as roman_numerals;
|
||||
|
||||
void main(List<String> arguments) {
|
||||
print('Hello world: ${roman_numerals.integerToRoman(1)}');
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue