File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -392,14 +392,14 @@ follow.
392392What follows is a number of possible solutions to this problem
393393for different programming languages.
394394
395+ .. literalinclude :: ../examples/example.py
396+ :language: python
397+ :caption: *A solution in Python *
398+
395399.. literalinclude :: ../examples/example.c
396400 :language: c
397401 :caption: *A solution in C *
398402
399- .. raw :: latex
400-
401- \clearpage
402-
403403.. literalinclude :: ../examples/example.cc
404404 :language: cpp
405405 :caption: *A solution in C++ *
@@ -412,10 +412,6 @@ for different programming languages.
412412 :language: kotlin
413413 :caption: *A solution in Kotlin *
414414
415- .. literalinclude :: ../examples/example.py
416- :language: python
417- :caption: *A solution in Python *
418-
419415.. literalinclude :: ../examples/example.cs
420416 :language: csharp
421417 :caption: *A solution in C# *
You can’t perform that action at this time.
0 commit comments