10 lines
123 B
Go
10 lines
123 B
Go
|
package main
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
func main() {
|
||
|
// Why so much white space?
|
||
|
|
||
|
fmt.Println("This is a poorly formatted file!")
|
||
|
}
|