1
2
3
4
5
6
#include <stdio.h>
#include "print_twos.h"

void print_twos() {
    printf("2/22/22 2:22:22\n");
}

© Copyright 2022 Alexander J. Quinn         This content is protected and may not be shared, uploaded, or distributed.