Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VanjaRo/LeetCode
/ main
Function
main
tasks/283.go:5–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
import
"fmt"
4
5
func
main() {
6
nums := []int{0, 0, 1}
7
moveZeroes(nums)
8
fmt.Print(nums)
9
}
10
11
func
moveZeroes(nums []int) {
12
count := 0
Callers
nothing calls this directly
Calls
2
moveZeroes
Function · 0.85
Print
Method · 0.80
Tested by
no test coverage detected