Halt and catch fire: Difference between revisions

→‎{{header|Go}}: Added a preamble.
(Added C)
(→‎{{header|Go}}: Added a preamble.)
Line 52:
 
=={{header|Go}}==
This wouldn't survive ''go fmt'' which would stretch it out to 5 lines. However, that's not compulsory and the task says do it in as few lines as possible.
<lang>package main; import "fmt"; func main(){a, b := 0, 0; fmt.Println(a/b)}</lang>
 
9,482

edits