1
0

max.js 43 B

1
  1. setup.qsp_max = (n1,n2) => Math.max(n1,n2);