#!/usr/bin/env runidris-node

main : IO ()
main = putStrLn "hello from node"