This website requires JavaScript.
Explore
Help
Sign In
mirror
/
RosettaCodeData
mirror of
https://github.com/acmeism/RosettaCodeData.git
Watch
1
Star
0
Fork
You've already forked RosettaCodeData
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
remove-colons
RosettaCodeData
/
Task
/
String-case
/
Nim
/
string-case-2.nim
6 lines
109 B
Nim
Raw
Permalink
Blame
History
import
unicode
var
a
:
string
=
"
Stroßbùrri
"
var
b
:
string
=
"
ĥåçýджк
"
echo
a
.
toUpper
echo
b
.
toUpper
Reference in New Issue
View Git Blame
Copy Permalink