diff --git "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" index cc9bb953ba4e45a9295ca2d7c43ece6961f8f81e..4ac936b72d79ff4f523f15ecb85725605aa26f27 100644 --- "a/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" +++ "b/data/1.Go\350\257\255\350\250\200\345\210\235\351\230\266/1.\345\277\253\351\200\237\344\270\212\346\211\213/3.\347\254\254\344\270\200\350\241\214go\344\273\243\347\240\201/helloworld.md" @@ -30,7 +30,7 @@ func main() { package main func main() { - println("Hello world"); + println('Hello world'); } ```