Add write param to fmt
This commit is contained in:
parent
29c9cc375d
commit
d70f17a088
|
@ -21,7 +21,7 @@ compile: |
|
||||||
|
|
||||||
format:
|
format:
|
||||||
run: |
|
run: |
|
||||||
v fmt main.v
|
v fmt -w main.v
|
||||||
input: |
|
input: |
|
||||||
fn main() {
|
fn main() {
|
||||||
println('hello world')
|
println('hello world')
|
||||||
|
|
Loading…
Reference in New Issue