Init commit
This commit is contained in:
commit
f32ed715c3
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# LapisDeploy
|
||||
[Lapis](https://leafo.net/lapis/) web application deployment program, written in *Go!*
|
3
go.mod
Normal file
3
go.mod
Normal file
@ -0,0 +1,3 @@
|
||||
module code.retroedge.tech/noah/lapisdeploy
|
||||
|
||||
go 1.22.0
|
7
main.go
Normal file
7
main.go
Normal file
@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user