Commit source.

This commit is contained in:
Robert Jacob 2018-02-13 01:54:22 +01:00
parent 2afe0809a4
commit 56cb64e1a1
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("vim-go")
}