package main

import "fmt"

func main() {
	fmt.Println("Hello World 1")
	fmt.Println("Hello World 2")
}
