Created
January 14, 2022 20:43
-
-
Save mr-pascal/e3cb77482a3808de6e7e98553a17cf36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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