aboutsummaryrefslogtreecommitdiff
path: root/examples/new-style-macros-example/Hello.scala
blob: 7e04dcb661853470655638a03274d70cecdbfc96 (plain) (blame)
1
2
3
4
5
6
package macroparadise_example
import macros._

@Main object Hello{
  println("hello, world!")
}