Launch rocket with countdown and acceleration in stdout: Difference between revisions

Content added Content deleted
(Added Go)
m (→‎{{header|Go}}: Removed a superfluous blank line.)
Line 31: Line 31:
for i := 1; i <= above; i++ {
for i := 1; i <= above; i++ {
fmt.Println(" ||")
fmt.Println(" ||")

}
}
}
}