Son aktif 1681323495

one test

jondoe revised this gist 1681323495. Go to revision

1 file changed, 1 insertion

a.go

@@ -4,4 +4,5 @@ import "fmt"
4 4
5 5 func main() {
6 6 fmt.Println("Syntax highlighting?")
7 + //
7 8 }

jondoe revised this gist 1681323305. Go to revision

1 file changed, 7 insertions

a.go(file created)

@@ -0,0 +1,7 @@
1 + package main
2 +
3 + import "fmt"
4 +
5 + func main() {
6 + fmt.Println("Syntax highlighting?")
7 + }
Newer Older