Add initial
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-10-28 23:36:54 +02:00
commit 9373fb62e4
3 changed files with 19 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("hello, world!")
}