Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 326 Bytes

7.02.md

File metadata and controls

18 lines (12 loc) · 326 Bytes

Hands on Exercises - Level 3 #2

Print every rune code point of hte uppercase alphabet three times. Your output should look like this:

65 U+0041 'A' U+0041 'A' U+0041 'A'

66 U+0042 'B' U+0042 'B' U+0042 'B'

... through the rest of the characters.

answer