main.go 67 B

12345678
  1. package main
  2. import "fmt"
  3. func main() {
  4. fmt.Println("Formas")
  5. }