Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 497 Bytes

运维开发的那些事儿

揭秘运维开发的那些事儿,探索SRE和运维开发工作的精髓! 相关视频同步分享在今日头条B站

#!/bin/bash
echo "HELLO."
package main

import "fmt"

func main() {
	fmt.Println("HELLO.")
}
print('HELLO.')