File tree Expand file tree Collapse file tree 3 files changed +6
-21
lines changed Expand file tree Collapse file tree 3 files changed +6
-21
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,10 @@ assignees: ''
7
7
8
8
---
9
9
10
- ## Compiler version
11
-
12
- ``` bash
13
- # get compiler version via command line
14
- scalac -version
15
- ```
16
-
17
10
## Minimized code
18
11
12
+ Using Scala (add version here, if you're not sure check with ` sbt "print scalaVersion" ` ),
13
+
19
14
``` Scala
20
15
println(" hello, world" )
21
16
```
Original file line number Diff line number Diff line change @@ -7,15 +7,10 @@ assignees: ''
7
7
8
8
---
9
9
10
- ## Compiler version
11
-
12
- ``` bash
13
- # get compiler version via command line
14
- scalac -version
15
- ```
16
-
17
10
## Minimized code
18
11
12
+ Using Scala (add version here, if you're not sure check with ` sbt "print scalaVersion" ` ),
13
+
19
14
``` Scala
20
15
println(" hello, world" )
21
16
```
Original file line number Diff line number Diff line change @@ -6,15 +6,10 @@ labels:
6
6
assignees : ' '
7
7
---
8
8
9
- ## Compiler version
10
-
11
- ``` bash
12
- # get compiler version via command line
13
- scalac -version
14
- ```
15
-
16
9
## Minimized example
17
10
11
+ Using Scala (add version here, if you're not sure check with ` sbt "print scalaVersion" ` ),
12
+
18
13
``` Scala
19
14
println(" hello, world" )
20
15
```
You can’t perform that action at this time.
0 commit comments