Alois Mahdal 4 månader sedan
förälder
incheckning
5baf6a3d35
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1
    2
      app/main.go

+ 1
- 2
app/main.go Visa fil

8
 var _ = fmt.Print
8
 var _ = fmt.Print
9
 
9
 
10
 func main() {
10
 func main() {
11
-	// TODO: Uncomment the code below to pass the first stage
12
-	// fmt.Print("$ ")
11
+	fmt.Print("$ ")
13
 }
12
 }