Merge branch 'krahets:master' into master

This commit is contained in:
Daniel
2022-12-27 16:50:54 +11:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ func printTree(root *TreeNode) {
printTree(root.right)
}
/* 函数(或称方法)*/
/* 函数 */
func function() int {
// do something...
return 0