First Post
This is my first post using Markdown to make text entry easier.
def func():
for i in [1, 2, 3]:
print "%s" % i
Here’s some csharp:
|
|
Here’s some Go:
|
|
func main() {
// some go code
fmt.Println("hello there")
int i := 0
i += 1
fmt.Printf("i is %d\n", i)
// more stuff
// yeah
thing := func(i int) error {
// yeah
// oohh yeah
fmt.Printf("i is %d\n", i)
return
}
go thing(i+1)
thing(i-1)
}
That was some code highlighting hopefully….
1 Comment
Dave
Just interested in if I can post code: