#!/usr/bin/perl

use Addition;

$s = Addition->ComputeSumOf6And7();

print "6 + 7 = $s\n";

