This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-monero/main.go
Ciro S. Costa f74c131a5a init
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-04-16 09:54:12 -04:00

8 lines
67 B
Go

package main
import "fmt"
func main() {
fmt.Println("vim-go")
}