Mi licencia

This is a page designed for licence enjoyer

function randomNumber() {
    return Math.floor(Math.random() * 100);
}
console.log(randomNumber());