fn main() {
    let j = 1919;
    let mut k = 1918;
    while j % k != 0{
        k = k - 1;
    }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: