X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=helloworld.c;fp=helloworld.c;h=bc9f993f031a55557e34536a31f0e75da1458ba4;hb=11b77089568a6386f90aab2bbdc0ca0df32ab765;hp=0000000000000000000000000000000000000000;hpb=f106a94debe088a52401851716b59b9e21416559;p=pdclib 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