forked from driver733/kotlin-vs-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconcurrency.cirru
32 lines (32 loc) · 1.07 KB
/
concurrency.cirru
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.section
.list-group-flush
div (:class "list-group-item border-0")
.title "I"
.container-fluid
.row
.col
.lang Java
pre.code $ code (@insert ../../code/java/concurrency/01.java) $ :class java
.col
.lang Kotlin
pre.code $ code (@insert ../../code/kotlin/concurrency/01.kt) $ :class kotlin
div (:class "list-group-item border-0")
.title "II"
.container-fluid
.row
.col
.lang Java
pre.code $ code (@insert ../../code/java/concurrency/02.java) $ :class java
.col
.lang Kotlin
pre.code $ code (@insert ../../code/kotlin/concurrency/02.kt) $ :class kotlin
div (:class "list-group-item border-0")
.title "III"
.container-fluid
.row
.col
.lang Java
pre.code $ code (@insert ../../code/java/concurrency/03.java) $ :class java
.col
.lang Kotlin
pre.code $ code (@insert ../../code/kotlin/concurrency/03.kt) $ :class kotlin