You can read a file at compile time an store it as a const string
proc staticRead(filename: string): string
see [documentation](https://nim-lang.org/docs/system.html#staticRead)
You can read a file at compile time an store it as a const string
proc staticRead(filename: string): string
see [documentation](https://nim-lang.org/docs/system.html#staticRead)