Files
embedfs/tests/mymod/main.v
T
2026-05-05 23:02:06 +03:00

7 lines
132 B
V

module main
fn main() {
json_file := unsafe { embed_files['assets/example.json'] }
println(json_file.to_string().trim_space())
}