Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
dom96
on June 1, 2014
|
parent
|
context
|
favorite
| on:
Write a program that makes 2 + 2 = 5
Here is a Nimrod version which does the same:
proc `+`(x, y: int): int = result = x result.inc(y) result.inc echo(2 + 2) # => 5
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: