Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created January 14, 2022 20:43
Show Gist options
  • Select an option

  • Save mr-pascal/e3cb77482a3808de6e7e98553a17cf36 to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/e3cb77482a3808de6e7e98553a17cf36 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
// Print "Hello, app1!" to the console
fmt.Println("Hello, app1!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment