aboutsummaryrefslogtreecommitdiff
path: root/examples/typescript/default.ts
blob: 7263fdb9879b6af041ea3e7a8979c56012e008d3 (plain)
1
2
3
4
function main()
{
    print("Hello World!");
}