UNPKG

48 Btext/x-cView Raw
1int
2min (int x, int y)
3{
4 return (x<y)?x:y;
5}