├── README.md ├── hello_world.rb ├── hello_world_interpreter.rb ├── prime.hello ├── simple_loop.hello └── world.hello /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/histocrat/hello_world/HEAD/README.md -------------------------------------------------------------------------------- /hello_world.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/histocrat/hello_world/HEAD/hello_world.rb -------------------------------------------------------------------------------- /hello_world_interpreter.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/histocrat/hello_world/HEAD/hello_world_interpreter.rb -------------------------------------------------------------------------------- /prime.hello: -------------------------------------------------------------------------------- 1 | hello, world! 2 | -------------------------------------------------------------------------------- /simple_loop.hello: -------------------------------------------------------------------------------- 1 | hel.ol,! ow10c! 2 | -------------------------------------------------------------------------------- /world.hello: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/histocrat/hello_world/HEAD/world.hello --------------------------------------------------------------------------------