Skip to content

Commit df0319a

Browse files
committed
New file
1 parent dbf9568 commit df0319a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

go-lang/test2.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
7+
fmt.Println("Hello World")
8+
fmt.Println("See ya")
9+
10+
}

0 commit comments

Comments
 (0)