view bin/ctof @ 12018:03d43745ff23 draft

<b_jonas> `` hg cat -r 9075 bin/random-card > bin/random-card
author HackEso <hackeso@esolangs.org>
date Thu, 14 Nov 2019 21:44:59 +0000
parents df16e74fa057
children
line wrap: on
line source

#!/usr/bin/perl
$c=0+$ARGV[0]; printf"%.2f°C = %.2f°F\n",$c,$c*9/5+32;