summaryrefslogtreecommitdiff
path: root/heippa.c
blob: d3f0959c9ac35e6f84ec9dc9ea40b7e1ee4dffec (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int
main(void)
{
        puts("hello, world");
        return 0;
}