1
0
forked from brl/citadel

3 lines
73 B
Perl

$a = 9.01e+21 - 9.01e+21 + 0.01;
print ("the value of a is ", $a, "\n");