Kernighans_large_earthquake_problem.md 409 B

Kernighans large earthquake problem

Pass in a file name, or use default for demonstration purposes.

$_ = @*ARGS[0] ?? @*ARGS[0].IO !! q:to/END/;
    8/27/1883    Krakatoa            8.8
    5/18/1980    MountStHelens       7.6
    3/13/2009    CostaRica           5.1
    END
 
map { .say if .words[2] > 6 }, .lines;