examples: do not write to files in examples/templates/templates.v
parent
ead445e205
commit
b25c0e5ef6
|
@ -193,5 +193,4 @@ fn main() {
|
|||
// data_dump(data)
|
||||
b := filled_in_template()
|
||||
println(b)
|
||||
os.write_file('result.md', b) or { panic(err) }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue