Skip to content

Instantly share code, notes, and snippets.

@orian
Created July 8, 2014 23:16
Show Gist options
  • Save orian/a10de9c6d8d5673cddae to your computer and use it in GitHub Desktop.
Save orian/a10de9c6d8d5673cddae to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var germany_goals = 7
var brasil_goals = 1
fmt.Printf("Germany:Brasil, wynik: %d:%d\n", germany_goals, brasil_goals)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment