Skip to content

Instantly share code, notes, and snippets.

#include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
void add_node(void);
void print_node(void);
int count_node = 0;
@thomas861205
thomas861205 / .gitignore
Last active May 15, 2020 09:47
vim notes
*.swp
*.un~