Skip to content

Instantly share code, notes, and snippets.

@tampajohn
Last active July 23, 2021 03:55
Show Gist options
  • Save tampajohn/200770d2aa72e241d55829ec899dfc47 to your computer and use it in GitHub Desktop.
Save tampajohn/200770d2aa72e241d55829ec899dfc47 to your computer and use it in GitHub Desktop.
Smallest golang quine I can make... 116 bytes unformatted
package main
func main(){a:="\140";print(h,a,h,a)}
var h=`package main
func main(){a:="\140";print(h,a,h,a)}
var h=`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment