mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-07-24 14:52:05 +07:00
day 12
This commit is contained in:
11
Days/Go/day12_example4.go
Normal file
11
Days/Go/day12_example4.go
Normal file
@ -0,0 +1,11 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
var challenge = "#90DaysOfDevOps"
|
||||
|
||||
fmt.Println(challenge)
|
||||
fmt.Println(&challenge)
|
||||
|
||||
}
|
Reference in New Issue
Block a user