@@ -0,0 +1,7 @@
+package main
+
+import "fmt"
+func main() {
+ fmt.Println(2520 * 11 * 13 * 17 * 19 * 2)
+}