index
:
urweb
master
functional programming language for web programming
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
initSimple.ur
blob: e1c9428075e5415ed1b0518ae87f67a6003ca21a (
plain
)
1
2
3
task initialize = fn () => debug "I ran!" fun main () = return <xml>Hi!</xml>