1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30

D: countLettersInTextFile.d: remove last extra line

This commit is contained in:
2024-02-04 12:59:19 +03:00
parent d25a4aa7f3
commit 45f76698a6

View File

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