summaryrefslogtreecommitdiff
path: root/examples/hello_subdirs/prog1/prog1.c
blob: 33fd57f65575f3568f4d6ebfd168160372152162 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main (int argc, char **argv)
{
  puts ("Hello World1");
  return 0;
}