This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
goop
mirror of
https://github.com/nyancrimew/goop.git
Watch
1
Star
0
Fork
You've already forked goop
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5fdfefa887
goop
/
internal
/
utils
/
numbers.go
9 lines
81 B
Go
Raw
Blame
History
package
utils
func
MaxInt
(
x
,
y
int
)
int
{
if
x
>
y
{
return
x
}
return
y
}
Reference in New Issue
View Git Blame
Copy Permalink