summary refs log tree commit diff stats
path: root/tests/js/tjshello.nim
blob: 8e090b3d2a45dce745622fe173a63a5d5d555866 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  cmd: "nim $target $options --stackTrace:off --lineTrace:off $file"
  output: "Hello World"
  maxcodesize: 1000
  ccodecheck: "!@'function'"
"""

import jsconsole

console.log "Hello World"