This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
yuanMM
/
board-yp
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ffe269de3e
Branches
Tags
master
board-yp
/
js
/
util.js
util.js
48 B
Historique
Raw
1
function add0(m) { return m < 10 ? '0' + m : m }