Skip to content

Commit

Permalink
dart/pangram: 1st iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Apr 24, 2024
1 parent 22371cf commit c0728fa
Show file tree
Hide file tree
Showing 42 changed files with 5,057 additions and 2 deletions.
1 change: 1 addition & 0 deletions dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
- [phone-number](./phone-number/README.md)
- [acronym](./acronym/README.md)
- [luhn](./luhn/README.md)
- [pangram](./pangram/README.md)
7 changes: 6 additions & 1 deletion dart/pangram/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ For this exercise, a sentence is a pangram if it contains each of the 26 letters

### Based on

Wikipedia - https://en.wikipedia.org/wiki/Pangram
Wikipedia - https://en.wikipedia.org/wiki/Pangram

### My Solution

- [my solution](./lib/pangram.dart)
- [run-tests](./run-tests-dart.txt)
1 change: 1 addition & 0 deletions dart/pangram/coverage/coverage.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"CodeCoverage","coverage":[{"source":"package:pangram/pangram.dart","script":{"type":"@Script","fixedId":true,"id":"libraries/1/scripts/package%3Apangram%2Fpangram.dart","uri":"package:pangram/pangram.dart","_kind":"library"},"hits":[2,1,3,4,9,0,10,0,11,0,12,0,14,0]}]}
11 changes: 11 additions & 0 deletions dart/pangram/coverage/lcov.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
SF:/home/vpayno/git_vpayno/exercism-workspace/dart/pangram/lib/pangram.dart
DA:2,2
DA:3,8
DA:9,1
DA:10,1
DA:11,4
DA:12,1
DA:14,2
LF:7
LH:7
end_of_record
Binary file added dart/pangram/coverage/report/amber.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dart/pangram/coverage/report/emerald.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c0728fa

Please sign in to comment.