Skip to content

Commit 6a2d86a

Browse files
committed
remise du bon dossier
1 parent fa59d7a commit 6a2d86a

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

For Any Labyrinth Query U Execute.ipynb

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
{
9494
"cell_type": "code",
95-
"execution_count": 2,
95+
"execution_count": null,
9696
"metadata": {
9797
"slideshow": {
9898
"slide_type": "fragment"
@@ -136,37 +136,14 @@
136136
},
137137
{
138138
"cell_type": "code",
139-
"execution_count": 3,
139+
"execution_count": null,
140140
"metadata": {
141141
"scrolled": false,
142142
"slideshow": {
143143
"slide_type": "fragment"
144144
}
145145
},
146-
"outputs": [
147-
{
148-
"name": "stdout",
149-
"output_type": "stream",
150-
"text": [
151-
"Enter the level you want to solve! \n",
152-
"You choose the level this-is-crazy\n"
153-
]
154-
},
155-
{
156-
"data": {
157-
"application/vnd.jupyter.widget-view+json": {
158-
"model_id": "97ae5f2d244243aa8c88ab4500e98712",
159-
"version_major": 2,
160-
"version_minor": 0
161-
},
162-
"text/plain": [
163-
"A Jupyter widget"
164-
]
165-
},
166-
"metadata": {},
167-
"output_type": "display_data"
168-
}
169-
],
146+
"outputs": [],
170147
"source": [
171148
"string level;\n",
172149
"cout << \"Enter the level you want to solve! \\nYou choose the level \";\n",
@@ -191,7 +168,7 @@
191168
},
192169
{
193170
"cell_type": "code",
194-
"execution_count": 4,
171+
"execution_count": null,
195172
"metadata": {
196173
"slideshow": {
197174
"slide_type": "fragment"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Run:
4343
make tests
4444

4545
Again, this is primitive, assuming g++ and xwidgets and stuff directly
46-
in the standard include path, or $(CONDA_PREFIX)/include.
46+
in the standard include path, or $(CONDA_PREFIX)/include.

0 commit comments

Comments
 (0)