This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
90DaysOfDevOps
Watch
1
Star
0
Fork
0
You've already forked 90DaysOfDevOps
mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced
2025-01-31 09:59:41 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
be00acf3e7
90DaysOfDevOps
/
2022
/
Days
/
Go
/
hello.go
8 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
move Days to Folder 2022
2022-11-18 21:43:39 +07:00
package
main
import
"fmt"
func
main
(
)
{
fmt
.
Println
(
"Until tomorrow #90DaysOfDevOps"
)
}
Reference in New Issue
Copy Permalink