#include "mystrings.h"

int main (int argc, const char * argv[]) {
    basic_strings();
    return 0;
}

