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