aboutsummaryrefslogtreecommitdiff
path: root/hello-world-with-multiple-source-files/hello.c
blob: 17b896e6e0feccba6e090c63d710754da3857290 (about) (plain)
1
2
3
4
5
6
7
#include "print.h"

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