# This is my first personal ruby code to print my name in telugu format
sa = "\u0c38"
aa = "\u0c3E"
puts sa + aa
ya = "\u0c2F"
ii = "\u0c3F"
puts ya + ii
saa = sa + aa
i = ya + ii
puts saa + ' ' + i
# file open : vim sai.rb
#compile : ruby sai.rb
# output :
సా
యి
సా యి
Find me in Web
Github
Bitbucket
Blogsopt
Linkedin
sa = "\u0c38"
aa = "\u0c3E"
puts sa + aa
ya = "\u0c2F"
ii = "\u0c3F"
puts ya + ii
saa = sa + aa
i = ya + ii
puts saa + ' ' + i
# file open : vim sai.rb
#compile : ruby sai.rb
# output :
సా
యి
సా యి
![]() |
Saich - RubyonRails Developer |
Find me in Web
Github
Bitbucket
Blogsopt
No comments:
Post a Comment