summaryrefslogtreecommitdiff
path: root/tests/projects/cppfront/console/src/main.cpp2
blob: 1c8bf1c0ec8bdda7b0de85217e8ddcd7cce17783 (plain)
1
2
3
4
5
#include "println.h2"
main: () -> int =
    println("Hello world!\n");