//go:build !solution
package ciletters
func MakeLetter(n *Notification) (string, error) {
return "", nil
}