view graal/com.oracle.truffle.sl.test/tests/HelloWorld.sl @ 15933:0fdfff835128

LSRA: add Interval.getIntervalCoveringOpId(int).
author Josef Eisl <josef.eisl@jku.at>
date Mon, 26 May 2014 15:44:57 +0200
parents ff3136ecb5a7
children
line wrap: on
line source

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