imicromouse/src/main.go

11 lines
98 B
Go

package src
import (
"context"
"io"
)
func Main(ctx context.Context) error {
return io.EOF
}