Newer
Older
TelosDB / test / tmp_scripts / test_count.rs
@楽曲作りまくりおじさん 楽曲作りまくりおじさん 6 days ago 160 bytes chore: release v0.1.1

        // Comment
        fn main() {
            /* Block
               Comment */
            let x = 1;

            println!("{}", x);
        }