Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
6
Task/Bitwise-operations/Erlang/bitwise-operations-2.erl
Normal file
6
Task/Bitwise-operations/Erlang/bitwise-operations-2.erl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
255 band 170 = 170
|
||||
255 bor 170 = 255
|
||||
255 bxor 170 = 85
|
||||
not 255 = -256
|
||||
255 bsl 170 = 381627307539845370001346183518875822092557105621893120
|
||||
255 bsr 170 = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue