package main import ( "./server" "fmt" ) func main() { fmt.Print("Hello world") server.RunFrontEnd() }