devfuuu@lemmy.world to Programmer Humor@programming.dev · 3 years agoTesting goodlemmy.worldimagemessage-square6linkfedilinkarrow-up154arrow-down10
arrow-up154arrow-down1imageTesting goodlemmy.worlddevfuuu@lemmy.world to Programmer Humor@programming.dev · 3 years agomessage-square6linkfedilink
minus-squaresimple@lemmy.mywire.xyzlinkfedilinkarrow-up3·3 years agoThe code package main import "fmt" func main() { fmt.Println("Hello World") }
minus-squaresimple@lemmy.mywire.xyzlinkfedilinkarrow-up1·3 years 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.