t/source/tlang/testing/basic1.t

4 lines
53 B
Perl

void main(string hello)
{
print("Hello world");
}