Paste #130422 |
pasted on 06.12.2019 19:15
- Edit to this paste
- Raw
- The following pastes replied to this paste: # 138105 # 140730 # 248098 # 277787
- Show paste tree
-
Compare with paste
#
Text paste
1 2 3 4 5 | package main import "fmt" func main() { fmt.Println("hello world") } |