1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-09-19 14:55:34 +05:30

D: countLettersInTextFile.d: remove last extra line

This commit is contained in:
Intel A80486DX2-66 2024-02-04 12:59:19 +03:00
parent d25a4aa7f3
commit 45f76698a6
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -13,4 +13,3 @@ void main()
writefln("Percentage of letters: %.0f", percentage);
}