feature/train_bash #6

Closed
walleri1 wants to merge 19 commits from feature/train_bash into main
Showing only changes of commit 9c333b3eab - Show all commits

View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}