This commit is contained in:
Владимир Фёдоров 2024-11-09 13:47:05 +07:00
parent 4735d22a28
commit 5b220b9753
1 changed files with 7 additions and 0 deletions

7
cmd/smm_core/main.go Normal file
View File

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