1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 20:40:42 +02:00

Piddly things

This commit is contained in:
Adam
2013-08-13 19:59:19 -07:00
parent f733ea36d2
commit 4d705abd99
2 changed files with 179 additions and 179 deletions

View File

@@ -18,7 +18,7 @@ help with large-scale programming.
Go comes with a great standard library and an enthusiastic community.
```Go
```go
// Single line comment
/* Multi-
line comment */