Skip to content

Instantly share code, notes, and snippets.

View ForLoopCodes's full-sized avatar
😺
need for a gf

ForLoop ForLoopCodes

😺
need for a gf
View GitHub Profile
#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main() {
char grid[RADIUS * 2][RADIUS * 4];
for (int i = 0; i < RADIUS * 2; i++) {