Skip to content

Instantly share code, notes, and snippets.

View Grumblesaur's full-sized avatar

James Murphy Grumblesaur

  • New York, NY
  • 21:55 (UTC -05:00)
View GitHub Profile
#include <iostream>
#include <fstream>
void handle_args(int argc, char **argv) {
if (argc < 2){
help_message();
return 1;
}
else {
handle_options(argv[1]);