//go:build !solution
// +build !solution
package hogwarts
func GetCourseList(prereqs map[string][]string) []string {
return []string{}
}