#include <iostream>
#include "data.h"


int main(int argv, char * argc []){
        show_chars();
        show_ints();
        show_floats();
        show_arrays();
        show_cstrings();
        show_strings();
}