mirror of
https://github.com/helix-editor/helix
synced 2026-08-02 01:34:22 +02:00
7 lines
93 B
Rust
7 lines
93 B
Rust
fn main() {
|
|
invokeit();
|
|
// ^ @function
|
|
let s = String::new();
|
|
// ^ @type
|
|
}
|