1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

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

This commit is contained in:
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

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) }
}