Created
October 11, 2021 12:18
-
-
Save shubhag/cee2f6ac0be5c5b359b5d77b6bb25194 to your computer and use it in GitHub Desktop.
Hello world golang with bazel: go code
This file contains 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() { | |
fmt.Println("Hello world") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment