// Implements the `trim` command #include #include "trim.h" int main(int argc, char* argv[]) { return 0; }