Computer Science, asked by nishantpratapkn, 4 months ago

Write M Go program ???​

Answers

Answered by Anonymous
1

Answer:

Executing a Go Program

Open a text editor and add the above-mentioned code.

Save the file as hello.go.

Open the command prompt.

Go to the directory where you saved the file.

Type go run hello.go and press enter to run your code.

If there are no errors in your code, then you will see "Hello World!" printed on the screen.

Similar questions