Merge pull request #4 from r2p2/master

Commandline calculators bc and dc
This commit is contained in:
Mike Donaghy
2014-01-26 15:45:57 -08:00
2 changed files with 5 additions and 0 deletions

3
b/bc.bc Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/bc -q
print "Hello World!\n"
quit

2
d/dc.dc Executable file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/dc
[Hello World!]p