Images 💾

Last commit ⭐

commit d89e23d63ee0013edfec98ed350bef57a036ba7f
Author:     Tim Ledbetter <timledbetter@gmail.com>
AuthorDate: Sun May 28 07:01:53 2023 +0100
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Mon Jun 19 06:15:40 2023 +0200

    ping: Don't call `exit()` from within `closing_statistics()`
    
    This improves readability slightly, as it isn't immediately obvious
    that calling this function terminates the program.