From c5cd2b2443dc48aaeb61feac4a96071c7bc9790e Mon Sep 17 00:00:00 2001 From: Sopár Adrián Date: Tue, 5 Jul 2022 23:02:16 +0200 Subject: Init commit. --- src/pattern/random.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/pattern/random.h (limited to 'src/pattern/random.h') diff --git a/src/pattern/random.h b/src/pattern/random.h new file mode 100644 index 0000000..68aeddc --- /dev/null +++ b/src/pattern/random.h @@ -0,0 +1,5 @@ +#ifndef PLOC_GEN_PATTERN_RANDOM_H +#define PLOC_GEN_PATTERN_RANDOM_H + + +#endif \ No newline at end of file -- cgit v1.2.3