7 lines
97 B
Go
7 lines
97 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Printf("Hello World from Drone Demo!");
|
|
} |