pub(crate) fn pain()Expand description
An even smaller main() function (91 chars)
Using an import alias and macros l, F, and B, we can slim down
the main() function further. Yet, the boilerplate syntax actually makes
the total number of characters in the code larger.