view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 19411:b029f5244371

Eclipse format.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 16 Feb 2015 18:08:55 +0100
parents ff3136ecb5a7
children
line wrap: on
line source

function main() {  
  println("Hello World!");  
}