// -*- C -*-
|
|
|
|
#include <stdio.h>
|
|
|
|
#include "myfile.c"
|
|
|
|
int main()
|
|
{
|
|
printf("hello, world\n");
|
|
return 0;
|
|
}
|