Skip to content

Commit 8bb3792

Browse files
authored
Cleanup
1 parent 8f1480b commit 8bb3792

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/g8/Main.scala

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ $if(use_scala_3.truthy)$
33
$else$
44
//> using scala 2.13.14
55
$endif$
6+
67
$if(use_scala_native.truthy)$
78
//> using platform native
89
//> using nativeVersion 0.4.17
@@ -44,14 +45,18 @@ $else$
4445
$endif$
4546

4647
$if(use_scala_3.truthy)$
48+
4749
import cats.effect.*
4850

4951
object Main extends IOApp.Simple:
52+
5053
def run: IO[Unit] = IO.println("Hello!")
5154
$else$
5255
import cats.effect._
5356

5457
object Main extends IOApp.Simple {
58+
5559
def run: IO[Unit] = IO.println("Hello!")
60+
5661
}
5762
$endif$

0 commit comments

Comments
 (0)