ports/lang/cairo/files/hello_world.cairo
Yuri Victorovich f40a5a42e1 lang/cairo: update 2.6.4 → 2.7.0
Reported by:	portscout
2024-08-02 10:53:05 -07:00

7 lines
68 B
Plaintext

use debug::PrintTrait;
fn main() {
'Hello, world!'.print();
}