summary refs log blame commit diff stats
path: root/tests/js/tjshello.nim
blob: 19e0b90aeb180133035c2273fdf257d74331772b (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                            
discard """
  output: "Hello World"
  maxcodesize: 1000
  ccodecheck: "!@'function'"
"""

import jsconsole

console.log "Hello World"