summaryrefslogtreecommitdiffstats
path: root/dev-template/dj/hello.c
blob: a2a90a5d37defbfda0506207f048d24647020686 (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

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