A quine written in Go
quine.go
-
Below we use printf to print the value of me, which is the program, the quotes with 0x60.
- %s is the uninterpreted bytes of the string.
- %c is the character represented by the corresponding Unicode code point.
In-Use
go run quine.go