grammar: add bitwise operators `|`, `^`, `&`, and `~`
[nit.git] / examples / hello_world.nit
1 print "hello world"