Y
Hacker News
new
|
ask
|
show
|
jobs
by
blub
3826 days ago
Small tip: you can shorten your snippet by completely removing main's parameters and the return 0 and still have a valid c++ program.
1 comments
alextgordon
3826 days ago
I did pause to think about this, but sod's law dictates that if you remove the parameters to main, you will have to add them back in again. :)
link