app0.scala
author Christian Urban <urbanc@in.tum.de>
Thu, 11 Oct 2012 11:07:36 +0100
changeset 30 0e971bd4403d
parent 3 df423d3b7fa1
permissions -rw-r--r--
typ

import io.Source

def get_page(url: String) : String = { 
  Source.fromURL(url).take(10000).mkString