Skip to content

Instantly share code, notes, and snippets.

@parjun8840
Created January 9, 2023 00:16
Show Gist options
  • Save parjun8840/62fb4067c7c0d8136a96fca64e40bc16 to your computer and use it in GitHub Desktop.
Save parjun8840/62fb4067c7c0d8136a96fca64e40bc16 to your computer and use it in GitHub Desktop.
our go code to execute inside runner
package main
import (
"fmt"
"runtime"
)
func main() {
fmt.Println("My name is: Arjun Pandey- parjun8840 & panjali8840")
fmt.Printf("Number of CPU: %d \n",runtime.NumCPU())
fmt.Printf("OS: %s",runtime.GOOS)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment