Skip to content

Commit

Permalink
✨ feat: Add input server (#37)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
wanjohiryan authored May 1, 2024
1 parent 4865366 commit 3222d3b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
File renamed without changes.
3 changes: 3 additions & 0 deletions bin/input/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/wanjohiryan/netris

go 1.22.2
7 changes: 7 additions & 0 deletions bin/input/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

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

0 comments on commit 3222d3b

Please sign in to comment.