Guest User

Untitled

a guest
Oct 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. actor Main
  2. new create(env: Env) =>
  3. let result: U32 = 10 xor 15
  4. env.out.print(result.string())
Add Comment
Please, Sign In to add comment