Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

submission for Match 2 and 3 #5

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Match 01/submissions/base.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
function solution(n) {
return "";
}
}
39 changes: 1 addition & 38 deletions Match 02/submissions/base.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions Match 02/submissions/nikhil.chandna.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
function solution() {
var a = "let it be";
var b = "words of wisdom";
var c = "whisper";
var d = "there will be an answer";
var e = "speaking"
return `when i find myself in times of trouble mother mary comes to me
{$e} {$b},{$a}
and in my hour of darknessss
she is standing right in front of me
{$e} {$b}, {$a}
{$a}, {$a}
{$a}, {$a}
{$c} {$b}, {$a}
and when the broken-hearted people
living in the world agree
{$d}, {$a}
for though they may be parted
there is still a chance that they will see
{$d}, {$a}
{$a}, {$a}
{$a}, {$a}
yeah, {$d}, {$a}
{$a}, {$a}
{$a}, {$a}
{$c} {$b}, {$a}
{$a}, {$a}
ah, {$a}, yeah, {$a}
{$c} {$b}, {$a}
and when the night is cloudy
there is still a light that shines on me
shine on until tomorrow, {$a}
i wake up to the sound of music,
mother mary comes to me
{$e} {$b}, {$a}
{$a}, {$a}
{$a}, yeah, {$a}
oh, {$d}, {$a}
{$a}, {$a}
{$a}, yeah, {$a}
{$c} {$b}, {$a}`;
}

2 changes: 1 addition & 1 deletion Match 03/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
h1, h2 {
margin: 0 0 1em;
}
input {
input {
margin: 0 4px 8px 0;
padding: 4px;
}
Expand Down
5 changes: 3 additions & 2 deletions Match 03/submissions/base.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
function solution(a, b) {
return false;
}

return false;
}
1 change: 1 addition & 0 deletions Match 03/submissions/nikhil.chandna.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added tempFile.js
Empty file.