aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Custodio <pauloscustodio@gmail.com>2021-06-23 23:26:45 +0100
committerPaulo Custodio <pauloscustodio@gmail.com>2021-06-23 23:26:45 +0100
commitd7b93ace6d641c21bd1fc5815b4d1f68f1235d52 (patch)
tree298976ecb9ae6df8336326f81041ebc15b9fdfe3
parent7b7c97be0cba9282c01d6661e0eff394e7c0ebbb (diff)
downloadperlweeklychallenge-club-d7b93ace6d641c21bd1fc5815b4d1f68f1235d52.tar.gz
perlweeklychallenge-club-d7b93ace6d641c21bd1fc5815b4d1f68f1235d52.tar.bz2
perlweeklychallenge-club-d7b93ace6d641c21bd1fc5815b4d1f68f1235d52.zip
Add bc solution to challenge 004
-rw-r--r--challenge-004/paulo-custodio/bc/ch-1.bc6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-004/paulo-custodio/bc/ch-1.bc b/challenge-004/paulo-custodio/bc/ch-1.bc
new file mode 100644
index 0000000000..d63c247440
--- /dev/null
+++ b/challenge-004/paulo-custodio/bc/ch-1.bc
@@ -0,0 +1,6 @@
+#!/usr/bin/bc -ql
+scale=100
+pi=4*a(1)
+scale=56
+pi/1
+quit