I wrote a HelloWorld.py
and using grumpy, I compiled the HelloWorld.py
to a Go source code.
The go build
is executed successfully without any errors but there was no binary file found in the folder.
I need to know where I can found the binary file of my code.