Skip to content

Instantly share code, notes, and snippets.

View potat-dev's full-sized avatar
🥔
Котик крутится, лабы мутятся

Denis Churilov potat-dev

🥔
Котик крутится, лабы мутятся
View GitHub Profile
@potat-dev
potat-dev / hello-emoji.cpp
Created September 4, 2022 22:11 — forked from abusse/hello-emoji.cpp
Some C++ Emoji fun found on the internet. Compiles (currently) only with clang (sorry GCC) and C++11.
#include <iostream>
#include <vector>
#include <cstdlib>
namespace 🔵 = std;
using 🔢 = int;
using 💯 = unsigned;
using 💀 = void;
using 🕖 = time_t;
using 👌 = bool;
@potat-dev
potat-dev / main.c
Created May 28, 2022 10:11 — forked from Mashpoe/main.c
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)