Hello World

Status
Not open for further replies.
package main
import "fmt"
func Hello() string {
return "Hello, Black Sand"
}
func main() {
fmt.Println(Hello())
}
 
Please i don"t know if anybody can help me ? I downloaded pycharm and when i launch it , the response i get is "Cannot find vm options file" what can i do?
 
Status
Not open for further replies.
Back
Top