summaryrefslogtreecommitdiffstats
path: root/Tests/TargetName/executables/hello_world.c
blob: 5b6eaf8bf1fde3aac5a3276d8db7b60213ee2907 (plain)
1
2
3
4
5
#include <stdio.h>
main()
{
  printf("hello, world\n");
}