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
add 2nd commit
Marius Kimmina
3 months ago
08ed6e6b
0b3c4b02
+2
1 changed file
expand all
collapse all
unified
split
main.go
+2
main.go
···
4
4
5
5
func main() {
6
6
fmt.Println("Hello JJ")
7
7
+
8
8
+
fmt.Println("Hello from 2nd commit")
7
9
}