Issue run
Hello,
```
package main
import "fmt"
func main() {
fmt.Println("Welcome to GO Course")
}
```
||
\/
Console: "stat main.go: no such file or directory"
||
\/
Action "Submit", anwser: "
Your code's output does not match the expected outcome for this exercise."