5 lines
43 B
Text
5 lines
43 B
Text
|
|
///|
|
||
|
|
fn main {
|
||
|
|
println("Hello world!")
|
||
|
|
}
|