Hello MDoc

hello, mdoc

val x = 1
// x: Int = 1

List(x, x)
// res0: List[Int] = List(1, 1)

Hit the bar

import axle.cicd.Bar

val bar = Bar(3.14, 2.7)
// bar: Bar = Bar(x = 3.14, y = 2.7)