Stefan Ilic

Results 1 comments of Stefan Ilic

``` C:\Users\user\ziglint>zig build -Dmode=Debug -j1 C:\Users\user\ziglint> .\zig-out\bin\ziglint.exe ./bad\dupe_import.zig:5:11: found duplicate import of "std" ./bad\file_as_struct.zig:1:1: found top level fields, file name should be capitalized ./bad\todo.zig:6:1: TODO: maybe the return type should...