//go:build !solution // +build !solution package foolsday3 import "context" func lambda(ctx context.Context) interface{} { return nil }