pekko/akka-docs/rst/scala/code/docs/pattern/ScalaTemplate.scala

17 lines
302 B
Scala
Raw Normal View History

2012-05-27 14:18:35 +02:00
/**
* Copyright (C) 2009-2014 Typesafe Inc. <http://www.typesafe.com>
2012-05-27 14:18:35 +02:00
*/
package docs.pattern
// this part will not appear in the docs
//#all-of-it
class ScalaTemplate {
println("Hello, Template!")
//#uninteresting-stuff
// dont show this plumbimg
//#uninteresting-stuff
}
//#all-of-it