hello world

This commit is contained in:
KeshavAnandCode
2026-03-18 17:06:05 -05:00
parent bdabbf0457
commit 9b65795602
2 changed files with 27 additions and 24 deletions

View File

@@ -0,0 +1,27 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "45c7d2a1",
"metadata": {},
"outputs": [],
"source": [
"print(\"Hello World\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": ".venv",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.15"
}
},
"nbformat": 4,
"nbformat_minor": 5
}