Skip to content

Commit

Permalink
add test hello world go binary
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-ahine committed Jan 30, 2025
1 parent f54d5d7 commit 88d7be7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file added hello
Binary file not shown.
5 changes: 5 additions & 0 deletions hello.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main
import "fmt"
func main() {
fmt.Println("hello world")
}

0 comments on commit 88d7be7

Please sign in to comment.