mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-04-01 23:34:51 +00:00
5 lines
64 B
Diff
5 lines
64 B
Diff
14c14
|
|
< ??? = @import("std");
|
|
---
|
|
> const std = @import("std");
|