5 lines
55 B
C
5 lines
55 B
C
|
#include "readwords.h"
|
||
|
|
||
|
int main() {
|
||
|
readwords();
|
||
|
}
|