Skip to content

Commit

Permalink
在页面修改内容,本地更新测试
Browse files Browse the repository at this point in the history
  • Loading branch information
scarecroweib committed Oct 8, 2015
1 parent 4d5abc9 commit 01ea32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helloworld/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ func main() {
i32_1 := 1
i32_2 := 2
i32_3 := 3
i32_4 := 4
i32_4 := 41

fmt.Printf("%d,%d,%d,%d\n", i32_1, i32_2, i32_3, i32_4)
}

0 comments on commit 01ea32e

Please sign in to comment.