Y
Hacker News
new
|
ask
|
show
|
jobs
A package to see if the given number is even or not in Go
(
github.com
)
1 points
by
thisismahdyar
1781 days ago
1 comments
Normille
1781 days ago
return n % 2 == 0
link