initial commit
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 15s
ci / docker (push) Successful in 37s

This commit is contained in:
2024-09-24 20:37:36 +02:00
commit c4130bb601
5 changed files with 67 additions and 0 deletions

7
main.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "log"
func main(){
log.Println("KEKW")
}