@@ -8,6 +8,5 @@ import (
var _ = fmt.Print
func main() {
- // TODO: Uncomment the code below to pass the first stage
- // fmt.Print("$ ")
+ fmt.Print("$ ")
}