Advertisement
Guest User

Para el topito <3

a guest
Dec 22nd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Julia 0.15 KB | None | 0 0
  1. ants_done = [] #None ant is done.
  2. if length(find(ants_done .== 5)) == 0 #Buscando valor 5 en ants_done
  3.     push!(ants_done, 5) #Si no está lo meto
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement