Skip to content

Instantly share code, notes, and snippets.

View harreson-lima's full-sized avatar
🔥
Focusing

Harreson Lima harreson-lima

🔥
Focusing
View GitHub Profile
@tuliopaim
tuliopaim / acamp.c
Last active November 26, 2022 20:44
Lista Circular Duplamente Encadeada
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct Node{
char nome[30];
int valor;
struct Node * prox;
struct Node * ant;
};
@parmentf
parmentf / GitCommitEmoji.md
Last active April 29, 2025 11:20
Git Commit message Emoji