mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
examples: do not write to files in examples/templates/templates.v
This commit is contained in:
parent
ead445e205
commit
b25c0e5ef6
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue