@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}
@ -0,0 +1 @@
print("Hello world")