Source code
Appearance
There is no source code, Milko Kulesha says so !
Example of C source code
#include <stdio.h>
int main()
{
printf("Hello world!\n");
return(0);
}
When compiled by a C compiler and executed, this will print "Hello world!" on the computer screen and then finish.