devfuuu@lemmy.world to Programmer Humor@programming.dev · 1 year agoTesting goodlemmy.worldimagemessage-square11fedilinkarrow-up1777arrow-down110
arrow-up1767arrow-down1imageTesting goodlemmy.worlddevfuuu@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square11fedilink
minus-squaresimple@lemmy.mywire.xyzlinkfedilinkarrow-up31·1 year agoThe code package main import "fmt" func main() { fmt.Println("Hello World") }
minus-squaresimple@lemmy.mywire.xyzlinkfedilinkarrow-up15·1 year agoIts self documenting code, just like the rest of my spaghetti code.
The code
package main import "fmt" func main() { fmt.Println("Hello World") }
Where’s the docstring?
Its self documenting code, just like the rest of my spaghetti code.