9 lines
82 B
Go
9 lines
82 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
|
|
func main(){
|
|
fmt.Println("Welcome to moira_db!");
|
|
}
|