about summary refs log tree commit diff stats
path: root/templates/c/src/main.c
blob: f8d8fb7ec38c892c5c7aee8a75477a1872c98746 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>
#include <stdlib.h>

int
main ()
{
  printf ("Hello World!\n");

  return EXIT_SUCCESS;
}