X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=helloworld.c;fp=helloworld.c;h=bc9f993f031a55557e34536a31f0e75da1458ba4;hp=0000000000000000000000000000000000000000;hb=8412c0610911d2d1686bf31462d39446e9b5dbdf;hpb=83e92521e5b34c665a7200e71b93050a0234501e diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..bc9f993 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,9 @@ +#include + +// This test program is provided to enable a quick test of PDCLib's console I/O +// functions + +int main(int argc, char** argv) +{ + printf("Hello world\n"); +} \ No newline at end of file