Advertisement
k1w1z0r

hello_world

Jun 19th, 2024
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.12 KB | None | 0 0
  1. package main
  2.  
  3. import "fmt"
  4.  
  5. // Prints "Hello, World!" to the console
  6. func main() {
  7.     fmt.Println("Hello, World!")
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement