Skip to content

Instantly share code, notes, and snippets.

View tomthorogood's full-sized avatar
🎸

Tom Thorogood tomthorogood

🎸
View GitHub Profile
#include <iostream>
#include <vector>
#include <cstring>
#include <cstdlib>
#include <string>
#define PACKING_DELIMITER 999999
void tokenize(const char* input)
{