From d058cc897094733ded2988aa03af754c92e7ab92 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 1 Jul 2019 10:51:45 +0100 Subject: - Added template for Challenge - 015. --- challenge-015/jaime/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 challenge-015/jaime/README (limited to 'challenge-015/jaime/README') diff --git a/challenge-015/jaime/README b/challenge-015/jaime/README new file mode 100644 index 0000000000..9acbfee5ea --- /dev/null +++ b/challenge-015/jaime/README @@ -0,0 +1,15 @@ +Solution by Jaime Corchado, (@tortsnare)[https://twitter.com/tortsnare]. + +# Challenge #1 + +Write a script to generate Van Eck’s sequence. + +# Challenge #2 + +Using only the official postal (2-letter) abbreviations for the 50 U.S. states, +write a script to find the longest English word you can spell. + +# Challenge #3 + +Find the given city current time using the Geo DB Cities API. + -- cgit