tangled
alpha
login
or
join now
mariuskimmina.eurosky.social
/
jj-test
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
1
pipelines
create main.go
Marius Kimmina
3 months ago
0b3c4b02
222d151e
+8
2 changed files
expand all
collapse all
unified
split
.gitignore
main.go
+1
.gitignore
···
1
1
+
main
+7
main.go
···
1
1
+
package main
2
2
+
3
3
+
import "fmt"
4
4
+
5
5
+
func main() {
6
6
+
fmt.Println("Hello JJ")
7
7
+
}