RosettaCodeData/Task/Runtime-evaluation/Elena/runtime-evaluation.elena

7 lines
122 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import extensions'scripting;
public program()
{
2026-02-01 16:33:20 -08:00
LScript.interpretLine("system'console.writeLine(""Hello World"")");
2023-07-01 11:58:00 -04:00
}