Added base project & start of ci config
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-01-08 23:01:30 +01:00
commit d80d320483
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
2 changed files with 14 additions and 0 deletions

3
pieter/main.v Normal file
View file

@ -0,0 +1,3 @@
fn main() {
println('Hello, world!')
}