Skip to content

Instantly share code, notes, and snippets.

View Capricious-frog's full-sized avatar
🐞

June Ortiz Capricious-frog

🐞
View GitHub Profile
@anneomcl
anneomcl / reverse_linked_list.cpp
Last active June 28, 2017 22:36
TheHappieCat: Reversing Linked Lists
// Example program
#include <iostream>
#include <string>
struct Node {
int data;
Node* next;
};
Node* create_node(int node_data){
@noromanba
noromanba / twitch-irc-with-weechat.mkd
Last active January 24, 2024 01:17
How to join Twitch IRC w/ WeeChat