Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
f9da84e1a69428dd1c86e3ece15bbd5e
mooc-rr
Commits
b69c1dd6
Commit
b69c1dd6
authored
May 26, 2020
by
rloic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fi python and kotlin code
parent
e55d91b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
journal.md
module2/exo4/journal.md
+8
-10
No files found.
module2/exo4/journal.md
View file @
b69c1dd6
...
...
@@ -48,15 +48,13 @@ println("Hello World")
You can use multiple languages in the same document, as the kernel is choose by the language name, i.e. the code block :
```
markdown
This block will call python interpreter
```python
print('ok')
```
This block will call kotlin interpreter
```kotlin
println("Ok")
```
```
<pre><code
class=
"markdown"
>
```python
print('Ok') # Use python kernel
```
```kotlin
println("Ok") // Use kotlin kernel
```
</code></pre>
You can find an usage example at
[
usage
](
example.md
)
and view the
[
result in the IDE
](
example.png
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment