Advertisement
Guest User

Untitled

a guest
Dec 25th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import x10.io.Console;
  2. import x10.compiler.Native;
  3.  
  4. public class SystemTest {
  5.  
  6. public static def main(args:Rail[String]) {
  7. {
  8. @Native("c++", "system(\"ls\");") {}
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement