everest-logo Home About Install Packages Downloads Documentation Security Git ↗

Template

Test of Code Highlighting

CODE: Initialization of x

#include <stdio.h>

int
main(void)
{                                
        printf("Hello world!\n");
        return 0;
}