Skip to content

Instantly share code, notes, and snippets.

View krissemicolon's full-sized avatar

Kris Huber krissemicolon

View GitHub Profile
@Mashpoe
Mashpoe / main.c
Last active June 3, 2024 17:41
ASCII Tesseract Rotation C Program
#include <stdio.h>
#define _USE_MATH_DEFINES
#include <math.h>
#include <windows.h>
// width and height of screen
#define ww 100
#define wh 50
void clr(CHAR_INFO* d)