summaryrefslogtreecommitdiff
path: root/tests/projects/cppfront/console/src/main.cpp2
blob: 4bf37d8c3d66d1763468c23211ca876c912db9cd (plain)
1
2
3
4
5
#include "println.h2"

main: () -> int =
    println("Hello world!\n");