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

int main ()
{
  print();
  return 0;
}