[ Back to the overview Matrix ]

Test case : Hello World using ANSI/ISO C

Lines used: 6
#include <stdio.h>

int main(void)
{
    puts("Hello World!");
    return 0;
}
Contributed by Arthur J. O`Dwyer at andrew.cmu.edu