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