diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-12-07 00:04:16 +0000 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-12-07 00:04:16 +0000 |
| commit | 913c79f9179e9dc662d64dac73cc7c41e3b84ca7 (patch) | |
| tree | 02f08e092ab0343a644fa2a13a4e800d8b281f69 /challenge-124 | |
| parent | 35e89da28fa5acf448dde4127c093031888e2fde (diff) | |
| parent | 54620721cb174feca58d62f153c204d26b0297f7 (diff) | |
| download | perlweeklychallenge-club-913c79f9179e9dc662d64dac73cc7c41e3b84ca7.tar.gz perlweeklychallenge-club-913c79f9179e9dc662d64dac73cc7c41e3b84ca7.tar.bz2 perlweeklychallenge-club-913c79f9179e9dc662d64dac73cc7c41e3b84ca7.zip | |
git isn't good at handling merges - worse than SVN by a long way
Diffstat (limited to 'challenge-124')
| -rw-r--r-- | challenge-124/paulo-custodio/ada/ch_1.adb | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/awk/ch-1.awk | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/basic/ch-1.bas | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/bc/ch-1.bc | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/brainfuck/ch-1.pl | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/c/ch-1.c | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/cpp/ch-1.cpp | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/d/ch_1.d | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/forth/ch-1.fs | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/fortran/ch-1.f90 | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/lua/ch-1.lua | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/pascal/ch-1.pas | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/perl/ch-1.pl | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/perl/ch-2.pl | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/python/ch-1.py | 2 | ||||
| -rw-r--r-- | challenge-124/paulo-custodio/python/ch-2.py | 2 |
16 files changed, 32 insertions, 0 deletions
diff --git a/challenge-124/paulo-custodio/ada/ch_1.adb b/challenge-124/paulo-custodio/ada/ch_1.adb index a0ffd94a23..398569c71a 100644 --- a/challenge-124/paulo-custodio/ada/ch_1.adb +++ b/challenge-124/paulo-custodio/ada/ch_1.adb @@ -1,3 +1,5 @@ +-- Challenge 124 +-- -- TASK #1 > Happy Women Day -- Submitted by: Mohammad S Anwar -- Write a script to print the Venus Symbol, international gender diff --git a/challenge-124/paulo-custodio/awk/ch-1.awk b/challenge-124/paulo-custodio/awk/ch-1.awk index 529c8253c6..db3f775430 100644 --- a/challenge-124/paulo-custodio/awk/ch-1.awk +++ b/challenge-124/paulo-custodio/awk/ch-1.awk @@ -1,5 +1,7 @@ #!/usr/bin/env gawk +# Challenge 124 +# # TASK #1 > Happy Women Day # Submitted by: Mohammad S Anwar # Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/basic/ch-1.bas b/challenge-124/paulo-custodio/basic/ch-1.bas index 86539c4cff..50ac7436e3 100644 --- a/challenge-124/paulo-custodio/basic/ch-1.bas +++ b/challenge-124/paulo-custodio/basic/ch-1.bas @@ -1,3 +1,5 @@ +' Challenge 124 +' ' TASK #1 > Happy Women Day ' Submitted by: Mohammad S Anwar ' Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/bc/ch-1.bc b/challenge-124/paulo-custodio/bc/ch-1.bc index 4242bd2443..fff2ba429e 100644 --- a/challenge-124/paulo-custodio/bc/ch-1.bc +++ b/challenge-124/paulo-custodio/bc/ch-1.bc @@ -1,6 +1,8 @@ #!/usr/bin/bc -ql /* +Challenge 124 + TASK #1 > Happy Women Day Submitted by: Mohammad S Anwar Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/brainfuck/ch-1.pl b/challenge-124/paulo-custodio/brainfuck/ch-1.pl index b49904486f..47c53a599b 100644 --- a/challenge-124/paulo-custodio/brainfuck/ch-1.pl +++ b/challenge-124/paulo-custodio/brainfuck/ch-1.pl @@ -1,5 +1,7 @@ #!/usr/bin/env perl +# Challenge 124 +# # TASK #1 > Happy Women Day # Submitted by: Mohammad S Anwar # Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/c/ch-1.c b/challenge-124/paulo-custodio/c/ch-1.c index f20cb77616..e06abf940d 100644 --- a/challenge-124/paulo-custodio/c/ch-1.c +++ b/challenge-124/paulo-custodio/c/ch-1.c @@ -1,4 +1,6 @@ /* +Challenge 124 + TASK #1 > Happy Women Day Submitted by: Mohammad S Anwar Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/cpp/ch-1.cpp b/challenge-124/paulo-custodio/cpp/ch-1.cpp index 5bd8875f99..df12d6275b 100644 --- a/challenge-124/paulo-custodio/cpp/ch-1.cpp +++ b/challenge-124/paulo-custodio/cpp/ch-1.cpp @@ -1,4 +1,6 @@ /* +Challenge 124 + TASK #1 > Happy Women Day Submitted by: Mohammad S Anwar Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/d/ch_1.d b/challenge-124/paulo-custodio/d/ch_1.d index 8252770018..0dffc5b44b 100644 --- a/challenge-124/paulo-custodio/d/ch_1.d +++ b/challenge-124/paulo-custodio/d/ch_1.d @@ -1,4 +1,6 @@ /* +Challenge 124 + TASK #1 > Happy Women Day Submitted by: Mohammad S Anwar Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/forth/ch-1.fs b/challenge-124/paulo-custodio/forth/ch-1.fs index 5f3c78cb56..c235bfaaa8 100644 --- a/challenge-124/paulo-custodio/forth/ch-1.fs +++ b/challenge-124/paulo-custodio/forth/ch-1.fs @@ -1,5 +1,7 @@ #! /usr/bin/env gforth +\ Challenge 124 +\ \ TASK #1 > Happy Women Day \ Submitted by: Mohammad S Anwar \ Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/fortran/ch-1.f90 b/challenge-124/paulo-custodio/fortran/ch-1.f90 index 270f14c39c..b22323f2e7 100644 --- a/challenge-124/paulo-custodio/fortran/ch-1.f90 +++ b/challenge-124/paulo-custodio/fortran/ch-1.f90 @@ -1,3 +1,5 @@ +! Challenge 124 +! ! TASK #1 > Happy Women Day ! Submitted by: Mohammad S Anwar ! Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/lua/ch-1.lua b/challenge-124/paulo-custodio/lua/ch-1.lua index 663a2fd5c3..17a4b5c9fe 100644 --- a/challenge-124/paulo-custodio/lua/ch-1.lua +++ b/challenge-124/paulo-custodio/lua/ch-1.lua @@ -1,6 +1,8 @@ #!/usr/bin/env lua --[[ +Challenge 124 + TASK #1 > Happy Women Day Submitted by: Mohammad S Anwar Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/pascal/ch-1.pas b/challenge-124/paulo-custodio/pascal/ch-1.pas index ae2ba8be09..537a46dc5b 100644 --- a/challenge-124/paulo-custodio/pascal/ch-1.pas +++ b/challenge-124/paulo-custodio/pascal/ch-1.pas @@ -1,4 +1,6 @@ (* +Challenge 124 + TASK #1 > Happy Women Day Submitted by: Mohammad S Anwar Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/perl/ch-1.pl b/challenge-124/paulo-custodio/perl/ch-1.pl index 2703d633cf..fdc4d7bbfe 100644 --- a/challenge-124/paulo-custodio/perl/ch-1.pl +++ b/challenge-124/paulo-custodio/perl/ch-1.pl @@ -1,5 +1,7 @@ #!/usr/bin/env perl +# Challenge 124 +# # TASK #1 > Happy Women Day # Submitted by: Mohammad S Anwar # Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/perl/ch-2.pl b/challenge-124/paulo-custodio/perl/ch-2.pl index cf3cf310f7..e08b6de3e8 100644 --- a/challenge-124/paulo-custodio/perl/ch-2.pl +++ b/challenge-124/paulo-custodio/perl/ch-2.pl @@ -1,5 +1,7 @@ #!/usr/bin/env perl +# Challenge 124 +# # TASK #2 > Tug of War # Submitted by: Mohammad S Anwar # You are given a set of $n integers (n1, n2, n3, ….). diff --git a/challenge-124/paulo-custodio/python/ch-1.py b/challenge-124/paulo-custodio/python/ch-1.py index cdc2e8c261..fc6ea0332f 100644 --- a/challenge-124/paulo-custodio/python/ch-1.py +++ b/challenge-124/paulo-custodio/python/ch-1.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# Challenge 124 +# # TASK #1 > Happy Women Day # Submitted by: Mohammad S Anwar # Write a script to print the Venus Symbol, international gender symbol for diff --git a/challenge-124/paulo-custodio/python/ch-2.py b/challenge-124/paulo-custodio/python/ch-2.py index 9643673641..031d8d0023 100644 --- a/challenge-124/paulo-custodio/python/ch-2.py +++ b/challenge-124/paulo-custodio/python/ch-2.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# Challenge 124 +# # TASK #2 > Tug of War # Submitted by: Mohammad S Anwar # You are given a set of $n integers (n1, n2, n3, ...). |
