view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 16130:6f7d3f3703d3

Truffle/Source: - LineLocation and LineBreakpoint no longer implement Comparable - TextMap now internal to the Source factory
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Mon, 16 Jun 2014 20:52:06 -0700
parents ff3136ecb5a7
children
line wrap: on
line source

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