Y
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
purity_resigns
3449 days ago
for letter in 'hello world?': print(letter, end='')
link
paulddraper
3449 days ago
Hm, yes, I think I have seen that once on HN.
link