From 8d159c191e749026f3852a49acaaa229bc5834d6 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 16 Feb 2023 10:44:27 -0800 Subject: [PATCH] Actually add the dang thing --- RunDKCTF.bt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 RunDKCTF.bt diff --git a/RunDKCTF.bt b/RunDKCTF.bt new file mode 100644 index 0000000..32c1be8 --- /dev/null +++ b/RunDKCTF.bt @@ -0,0 +1,9 @@ +#ifndef _RUNDKCTF +#define _RUNDKCTF + +BigEndian(); +local uint isDKCTF = true; +#include "Run.bt" + + +#endif// _RUNDKCTF