This commit is contained in:
Ivan Kuznetsov 2017-08-15 14:05:02 +07:00
commit 6f3810242b
1 changed files with 7 additions and 0 deletions

7
main.go Normal file
View File

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