Spread the love

For good measure

#include <stdio.h>
 int main()
 {
        printf("hello, world");
        return 0;
 }