7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
use debug::PrintTrait;
|
|
|
|
fn main() {
|
|
'Hello, world!'.print();
|
|
}
|
|
|