Hacker News new | ask | show | jobs
by paulddraper 3449 days ago
How many ways do people write Hello World in C, Java, Ruby, Python?
1 comments

for letter in 'hello world?': print(letter, end='')
Hm, yes, I think I have seen that once on HN.