Files

10 lines
71 B
C
Raw Permalink Normal View History

2025-11-17 10:28:09 +01:00
#include "text.h"
class file{
char * filePath;
text * content;
}