Creating a global variable

Report a typo

World-famous rapper Pitbull has started learning Go in his free time! Since he is a complete beginner, he needs some help to create a global variable worldwide of the string type in the program below.

For this task, it is not necessary for you to create the main function or write any code within it.

Write a program in Go
package main

import "fmt"

// create the global variable 'worldwide' of the string type here!
___

Create a free account to access the full topic