Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-borusewicz committed Sep 20, 2024
1 parent 0105258 commit 5b84a2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea
.idea
example.json.cue
example.json
7 changes: 5 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
package main

func main() {}
import "fmt"
import "os"
func main() {
fmt.Println("Hello, World!" + os.Args[1])
}

0 comments on commit 5b84a2c

Please sign in to comment.