3 lines
79 B
C
3 lines
79 B
C
|
#include <stdio.h>
|
||
|
int main () { puts ("this is the lc-note test program."); }
|