Last active
July 23, 2021 03:55
-
-
Save tampajohn/200770d2aa72e241d55829ec899dfc47 to your computer and use it in GitHub Desktop.
Smallest golang quine I can make... 116 bytes unformatted
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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