提交 056a9aab 编写于 作者: 张文治(治)'s avatar 张文治(治)

Add new file

上级 11cbf3e9
package datastructure
func Max(a, b int) int {
if b > a {
return b
}
return a
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册