Skip to content

Instantly share code, notes, and snippets.

@surma
Created August 17, 2012 21:34
Show Gist options
  • Save surma/3382937 to your computer and use it in GitHub Desktop.
Save surma/3382937 to your computer and use it in GitHub Desktop.
Embed extension for gist.io
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
#!/bin/bash
echo "Hello World"

Syntax Highlighting

Shell

code.sh

Go

Why not some Go code aswell?

code.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment