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
@ForLoopCodes
ForLoopCodes / letterpress-dark.svg
Last active November 28, 2025 16:27
vscode is HIGHLY customizable if you edit the core files 🧡 (windows edition)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main()
{
char grid[RADIUS * 2][RADIUS * 4];
#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main()
{
char grid[RADIUS * 2][RADIUS * 4];
#include <stdio.h>
#include <math.h>
#define PI 3.14159265358979323846
#define RADIUS 10
int main()
{
char grid[RADIUS * 2][RADIUS * 4];
#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++) {