Adjust format input
This commit is contained in:
parent
d70f17a088
commit
90dc3ff518
|
@ -13,7 +13,7 @@ install:
|
|||
main: "main.v"
|
||||
template: |
|
||||
fn main() {
|
||||
println('hello world')
|
||||
println('Hello, world!')
|
||||
}
|
||||
|
||||
compile: |
|
||||
|
@ -23,6 +23,7 @@ format:
|
|||
run: |
|
||||
v fmt -w main.v
|
||||
input: |
|
||||
fn main() {
|
||||
println('hello world')
|
||||
fn main()
|
||||
{
|
||||
println("Hello, world!")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue