Files
netris-nestri/bin/input/main.go
Wanjohi 3222d3b4e5 feat: Add input server (#37)
## Description

**What issue are you solving (or what feature are you adding) and how
are you doing it?**

Doing some ground work for the input server, here I am initializing a go
project. That's all
2024-05-01 03:27:36 +03:00

7 lines
74 B
Go

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