Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
add sample doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Mar 19, 2011
1 parent 40138dd commit 4ae48c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/prj-scala-only/src/main/scala/samples/App.scala
Expand Up @@ -5,6 +5,7 @@ package samples
* @author dwayne
*/
object App {
/** doc */
def foo(x : Array[String]) = x.foldLeft("")((a,b) => a + b) //println(x)

def main(args : Array[String]) {
Expand Down

0 comments on commit 4ae48c7

Please sign in to comment.