blob: cf7301eb06cfdb9d18da751559ceed44a6026550 [file] [log] [blame]
// Copyright 2023 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Command worker runs the worker server.
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}