mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-08-02 14:45:36 +00:00
5 lines
64 B
Diff
5 lines
64 B
Diff
14c14
|
|
< ??? = @import("std");
|
|
---
|
|
> const std = @import("std");
|