Skip to content

Instantly share code, notes, and snippets.

@karlek
Created May 5, 2013 23:26
Show Gist options
  • Save karlek/5522572 to your computer and use it in GitHub Desktop.
Save karlek/5522572 to your computer and use it in GitHub Desktop.
Go batman!
package main
import (
"fmt"
"math"
"strings"
)
func main() {
fmt.Println(strings.Repeat(fmt.Sprintf("%v ", fmt.Sprint(math.NaN())[:2]), 16) + "Batman!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment