7 lines
132 B
V
7 lines
132 B
V
module main
|
|
|
|
fn main() {
|
|
json_file := unsafe { embed_files['assets/example.json'] }
|
|
println(json_file.to_string().trim_space())
|
|
}
|