Advertisement
Spocoman

01. Hello Go

Sep 12th, 2024 (edited)
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.07 KB | None | 0 0
  1. package main
  2. import "fmt"
  3.  
  4. func main() {
  5.     fmt.Println("Hello Go!")
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement