diff options
| author | corvettes13 <86648326+corvettes13@users.noreply.github.com> | 2021-07-02 10:10:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 10:10:03 -0500 |
| commit | d6c3b2aab247c84967ffba1e92232e3a43c34b28 (patch) | |
| tree | f95d4df2f859be7e2b499ce8cc479645bea87bd2 | |
| parent | c29db6e7df729967c26e749e9cf831bdb5b1d853 (diff) | |
| download | perlweeklychallenge-club-d6c3b2aab247c84967ffba1e92232e3a43c34b28.tar.gz perlweeklychallenge-club-d6c3b2aab247c84967ffba1e92232e3a43c34b28.tar.bz2 perlweeklychallenge-club-d6c3b2aab247c84967ffba1e92232e3a43c34b28.zip | |
Update ch-1.pl
| -rw-r--r-- | challenge-119/paul-fajman/perl/ch-1.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-119/paul-fajman/perl/ch-1.pl b/challenge-119/paul-fajman/perl/ch-1.pl index 5a96f61777..cd2b2f0165 100644 --- a/challenge-119/paul-fajman/perl/ch-1.pl +++ b/challenge-119/paul-fajman/perl/ch-1.pl @@ -1,6 +1,6 @@ #/usr/bin/perl -# Weekly Challenge 119 +# Weekly Challenge 119 Task #1 # You are given a positive integer $N. # Write a script to swap the two nibbles of the binary representation of the # given number and print the decimal number of the new binary representation. |
