repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python312Packages.lion-pytorch: 0.2.2 -> 0.2.3 (#364581)
[NixPkgs.git]
/
pkgs
/
applications
/
editors
/
jupyter-kernels
/
xeus-cling
/
test.ipynb
blob
27e5932b8c8f9932f110013c7878a48135bf7523
1
{
2
"cells": [
3
{
4
"cell_type": "code",
5
"execution_count": 1,
6
"id": "574ed398-7bfe-4a34-a7dd-9fa85535aed2",
7
"metadata": {},
8
"outputs": [],
9
"source": [
10
"#include <iostream>\n",
11
"std::cout << \"Hello world.\";"
12
]
13
}
14
],
15
"metadata": {
16
"kernelspec": {
17
"display_name": "C++ 17",
18
"language": "cpp",
19
"name": "cpp17"
20
}
21
},
22
"nbformat": 4,
23
"nbformat_minor": 5
24
}