package main import ( "studia/internal/server" "log" ) func main() { log.Println("Starting server...") server.StartServer() }