Skip to content

Commit

Permalink
Initial files for the starter kit
Browse files Browse the repository at this point in the history
  • Loading branch information
nya3jp authored and beevee committed Jun 30, 2020
1 parent 86a3c3a commit 06f72fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module app

go 1.14
10 changes: 10 additions & 0 deletions app/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package main

import (
"fmt"
"os"
)

func main() {
fmt.Printf("%s %s\n", os.Args[1], os.Args[2])
}

0 comments on commit 06f72fb

Please sign in to comment.