examples: do not write to files in examples/templates/templates.v

pull/10426/head
Delyan Angelov 2021-06-12 17:08:07 +03:00
parent ead445e205
commit b25c0e5ef6
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 0 additions and 1 deletions

View File

@ -193,5 +193,4 @@ fn main() {
// data_dump(data)
b := filled_in_template()
println(b)
os.write_file('result.md', b) or { panic(err) }
}