From 1f4775fe29f8e3b795bcda0887524ccd2abbec41 Mon Sep 17 00:00:00 2001 From: Dmytro Shynkevych Date: Sun, 23 Sep 2018 09:47:54 -0400 Subject: [PATCH 1/2] Added writeup template --- template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 template.md diff --git a/template.md b/template.md new file mode 100644 index 0000000..b179627 --- /dev/null +++ b/template.md @@ -0,0 +1,12 @@ +# challenge_name + +## Challenge details +| Category | Points | +|:---------|-------:| +| CATEGORY | POINTS | + +### Description +> HERE GOES THE CHALLENGE DESCRIPTION + +## Write-up +HERE GOES THE ACTUAL WRITE-UP From f422f7661fee425c619adc341398d3b32459322a Mon Sep 17 00:00:00 2001 From: Dmytro Shynkevych Date: Sun, 23 Sep 2018 09:50:46 -0400 Subject: [PATCH 2/2] Added flag section --- template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template.md b/template.md index b179627..128ce6a 100644 --- a/template.md +++ b/template.md @@ -10,3 +10,6 @@ ## Write-up HERE GOES THE ACTUAL WRITE-UP + +#### Flag +HERE GOES THE FLAG