Alois Mahdal 1 주 전
부모
커밋
5baf6a3d35
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    2
      app/main.go

+ 1
- 2
app/main.go 파일 보기

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