yuedefeng 6 年 前
コミット
571cea8beb
1 ファイル変更7 行追加0 行削除
  1. 7 0
      ydf_test.go

+ 7 - 0
ydf_test.go

@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+
+func main() {
+    fmt.Println("Hello, World!")
+}