Jupyter-ITVitae/julia.ipynb

31 lines
484 B
Plaintext
Raw Normal View History

2024-03-07 15:31:20 +01:00
{
"cells": [
{
"cell_type": "code",
2024-03-08 10:36:51 +01:00
"execution_count": null,
2024-03-07 15:31:20 +01:00
"metadata": {},
2024-03-08 10:36:51 +01:00
"outputs": [],
2024-03-07 15:31:20 +01:00
"source": [
2024-03-08 10:36:51 +01:00
"for i=1:5\n",
" println(i)\n",
"end"
2024-03-07 15:31:20 +01:00
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Julia 1.10.0",
"language": "julia",
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.0"
}
},
"nbformat": 4,
"nbformat_minor": 2
}