1*99451b44SJordan Rupprecht #include <stdio.h> main()2*99451b44SJordan Rupprecht int main () { puts ("this is the lc-note test program."); } 3