You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not format file: error: failed to format from stdin: error parsing: error occurred while tokenizing: unexpected character ~ at line 7, column 35
--!strict-- A function that computes the bitwise XOR of an array of numbersfunctionbitwise_xor_array(array)
localbitwise_xor=0fori=1, #arraydobitwise_xor=bitwise_xor ~ array[i]
endreturnbitwise_xorend
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: