Skip to content

Instantly share code, notes, and snippets.

View Grumblesaur's full-sized avatar

James Murphy Grumblesaur

  • New York, NY
  • 17:37 (UTC -04: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]);