mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-05 09:43:31 +02:00
5 lines
100 B
Diff
5 lines
100 B
Diff
22c22
|
|
< stdout.print("Hello world!\n", .{});
|
|
---
|
|
> try stdout.print("Hello world!\n", .{});
|