Create guides/index_template.md similar to the Ruby guide
You must assure that:
All code-blocks, when run from start to finish in order they appear in the guide, do not throw any errors. If you want to demonstrate that certain statements will throw errors, they must be wrapped in a try/catch and print out the expected error.
All code-blocks are properly marked with the language it's written in (i.e. ```ruby)
The instructions, though mostly identical to the Ruby guide, are suitable for this repo.
Create
guides/index_template.md
similar to the Ruby guideYou must assure that:
try/catch
and print out the expected error.```ruby
)