mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
* use old typeinfo generation for hot code reloading * at least test hello world compilation on orc
9 lines
114 B
Nim
9 lines
114 B
Nim
discard """
|
|
output: '''
|
|
Hello world
|
|
'''
|
|
"""
|
|
# for now orc only tests successful compilation
|
|
|
|
echo "Hello world"
|