diff --git a/Answer/answer.txt b/Answer/answer.txt new file mode 100644 index 0000000..2944263 --- /dev/null +++ b/Answer/answer.txt @@ -0,0 +1 @@ +ME, okay,HAHA, diff --git a/Clues/Where/How/clue.js b/Clues/Where/How/clue.js index 489b560..ad45c0f 100644 --- a/Clues/Where/How/clue.js +++ b/Clues/Where/How/clue.js @@ -2,5 +2,5 @@ console.log(`How will you complete this puzzle? You will write some commands in the command line. This code will create a file in ../../Answer So make a directory now with mkdir ../../Answer -And then navigate to the What folder. How will you do it? -`) +And then navigate to the What folder. How will you do it? +`); diff --git a/Clues/Who/clue.js b/Clues/Who/clue.js index 7451e60..d2d2e12 100644 --- a/Clues/Who/clue.js +++ b/Clues/Who/clue.js @@ -7,17 +7,19 @@ switch (process.platform) { shaCommand = "sha256sum answer.txt"; break; case "win32": - shaCommand = "certutil -hashfile answer.txt SHA256" + shaCommand = "certutil -hashfile answer.txt SHA256"; break; default: - console.log(`Oh no, we didn't recognise your operating system, process.platform = ${process.platform}`); + console.log( + `Oh no, we didn't recognise your operating system, process.platform = ${process.platform}` + ); process.exit(1); break; } -console.log(`Who is never gonna give you up? -Never gonna take you down? -Never gonna run around and desert you? +console.log(`Who is never gonna give you up? ME +Never gonna take you down? okay +Never gonna run around and desert you? haha ๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚๐Ÿ˜‚ Put your answer in the answer.txt file you created. echo "ANSWER HERE" > answer.txt @@ -29,4 +31,4 @@ When you're done, run: ${shaCommand} And paste the output into Slack thread ๐Ÿงต (create a new thread if there isn't one already). -`) +`); diff --git a/Clues/Who/help.js b/Clues/Who/help.js index ed1f2cc..288315e 100644 --- a/Clues/Who/help.js +++ b/Clues/Who/help.js @@ -1,4 +1,5 @@ console.log(`How do you move a file? Try typing mv into the command line. What happens? -What should you google to figure out the right command?`) \ No newline at end of file +What should you google to figure out the right command? +moved the file.`);