Files

12 lines
169 B
Rust
Raw Permalink Normal View History

2024-07-02 23:47:26 +08:00
/**
* SCE_RUST_COMMENTBLOCKDOC
*/
fn main() {
/// SCE_RUST_COMMENTLINEDOC
println!("Hello, World!");
}
// SCE_RUST_COMMENTLINE
/*
* SCE_RUST_COMMENTBLOCK
*/