mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-21 10:40:53 +03:00
13 lines
127 B
Plaintext
13 lines
127 B
Plaintext
// foo%( )
|
|
|
|
//! foo%( )
|
|
|
|
//!! foo%( )
|
|
|
|
/// foo%( )
|
|
|
|
//// foo%( )
|
|
|
|
println!("hello world"); // foo%( )
|
|
|