From 0f46218ac3c167d8b4897b59c8255b8ddf246660 Mon Sep 17 00:00:00 2001 From: lucky-vers Date: Tue, 21 Nov 2023 19:36:47 +0530 Subject: [PATCH] Make it a one-liner command --- Phase 2/06 Other Challenges.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Phase 2/06 Other Challenges.md b/Phase 2/06 Other Challenges.md index fb639e5..a1cc2fd 100644 --- a/Phase 2/06 Other Challenges.md +++ b/Phase 2/06 Other Challenges.md @@ -37,10 +37,8 @@ int main() Compiling and running it, we get ``` -~/Projects $ gcc main.c -o main -~/Projects $ ./main +~/Projects $ gcc main.c -o main && ./main QJDPDUGUIFOVNCFSTNBTPO -~/Projects $ ``` This seems to be a Caesar cipher. Using the solver on [dcode](https://www.dcode.fr/caesar-cipher) and decrypting it using brute-force, we get the answer as `PICOCTFTHENUMBERSMASON`.