This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <time.h> | |
// Configuration | |
#define PARAGRAPHS 15 | |
#define MAX_SENTENCES 12 | |
#define MIN_SENTENCES 5 | |
#define LINE_WIDTH 80 |