8 lines
165 B
V
Raw Normal View History

2025-01-12 21:09:12 +03:00
module main
fn main() {
println(embedfs)
json_file := embedfs.files['assets/example.json'] or { EmbedFile{} }
println(json_file.data.to_string().trim_space())
}