This commit is contained in:
Chris Hallberg 2021-11-03 16:38:05 -04:00 committed by GitHub
parent 90dc3ff518
commit efde8a36fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ install:
main: "main.v"
template: |
fn main() {
println('Hello, world!')
println('Hello, world!')
}
compile: |
@ -25,5 +25,5 @@ format:
input: |
fn main()
{
println("Hello, world!")
println('Hello, world!')
}