Welcome

Introduction

Posted by     "Juan" on Friday, August 17, 2018

Hello :)

Cool code

package main

import "fmt"

func main() {
    fmt.Println("hello world")
}

Bye.