Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
dayumm!
The difference is how you can call this function. The array variant can only be called with an array
while the varargs variant can be called with an array or with separate arguments
and the java compiler will create the array for you under the hood.
WHAT
This is way past my level of knowledge. Would this work?
t(){while(1){}}
according to
evcxr
, which is a rust REPLWhat happens here if total is 0?
Thank you for the most helpful comment. You must be a god in development.
Best solution!
why lol
It's dereferencing the result of .unwrap()
best solution
This comment is hidden because it contains spoiler information about the solution
I agree that this is cheating even though I have the same solution.LOL
Probably the best solution
while x != True
is not often used, most people preferwhile not x
Loading more items...