Skip to content

Instantly share code, notes, and snippets.

@kojix2
Created February 1, 2019 10:14
Show Gist options
  • Save kojix2/044593c675b56a26c266ade47f1ffca3 to your computer and use it in GitHub Desktop.
Save kojix2/044593c675b56a26c266ade47f1ffca3 to your computer and use it in GitHub Desktop.
ruby.ipynb
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"name": "ruby.ipynb",
"version": "0.3.2",
"provenance": [],
"collapsed_sections": []
},
"kernelspec": {
"name": "ruby",
"display_name": "ruby 2.5.1"
}
},
"cells": [
{
"metadata": {
"id": "BpxZ_k6Qv84W",
"colab_type": "code",
"colab": {}
},
"cell_type": "code",
"source": [
"puts \"hello world\""
],
"execution_count": 0,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment