Files
Odin/core
Robert Stefanic 2bcf11e677 compress/gzip: Fix example code
I tried to compile this example and received the following error:

```
Error: Cannot assign value 'os.stdin.stream' of type 'File_Stream' to 'Stream' in a structure literal
        input = os.stdin.stream,
                ^~~~~~~~~~~~~~^
```

The example was fixed by passing the File_Stream to `os.to_stream`.

Signed-off-by: Robert Stefanic <rstefanic72@gmail.com>
2026-07-31 21:47:02 -04:00
..
2026-03-13 11:54:15 +01:00
2026-04-28 19:27:24 +02:00
2026-07-31 21:47:02 -04:00
2026-07-10 21:37:47 +02:00
2026-07-28 14:28:23 -04:00
2026-04-28 19:27:24 +02:00
2026-04-28 19:27:24 +02:00
2026-03-14 16:21:38 +00:00
2026-07-31 16:17:27 +03:00
2026-06-12 21:48:41 +02:00
2026-02-09 20:08:22 +01:00
2026-07-30 12:03:08 +02:00
2026-07-30 19:24:36 +02:00
2026-07-17 23:17:23 +07:00