Skip to content

Instantly share code, notes, and snippets.

@supr
Created December 5, 2012 23:39
Show Gist options
  • Save supr/4220543 to your computer and use it in GitHub Desktop.
Save supr/4220543 to your computer and use it in GitHub Desktop.
object Telugu {
def main(args: Array[String]) = {
var a = 0;
for(a <- 0x0C01 to 0x0C39) {
print(a.toChar);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment