Newer
Older
TelosDB / tests / tmp_scripts / test_count.rs

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

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