7 lines
120 B
Go
7 lines
120 B
Go
//go:build !solution
|
|
|
|
package hogwarts
|
|
|
|
func GetCourseList(prereqs map[string][]string) []string {
|
|
return []string{}
|
|
}
|