2025-01-12 21:09:12 +03:00

8 lines
165 B
V

module main
fn main() {
println(embedfs)
json_file := embedfs.files['assets/example.json'] or { EmbedFile{} }
println(json_file.data.to_string().trim_space())
}