aboutsummaryrefslogtreecommitdiff
path: root/examples/scalatex-example/Foo.scala
blob: e8bfc40ae2ff5511f239d8189fc44a4cde76eab2 (plain) (blame)
1
2
3
4
package cbt_example.scalatex
object Foo{
  def foo(i: Int, j: Int) = i * j + i * j
}