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
 }