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:
parent
ead445e205
commit
b25c0e5ef6
@ -193,5 +193,4 @@ fn main() {
|
|||||||
// data_dump(data)
|
// data_dump(data)
|
||||||
b := filled_in_template()
|
b := filled_in_template()
|
||||||
println(b)
|
println(b)
|
||||||
os.write_file('result.md', b) or { panic(err) }
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user