Skip to content

Instantly share code, notes, and snippets.

View sammdot's full-sized avatar

Sammi Ta sammdot

View GitHub Profile
~~~~~~~::==~~~,:###########~::~~~~~~~~~~~~~~~~~~~~~~~~~~~~::~~~~~~~~::~~=#######
~~~~~~::~=~~~~~:~############~::~~~~~~~~~~~~~~~~~~~~~~~~~~::~~~~~~~~=###########
~~~~~~::~~~~~~~~:=#############~::~~~~~~~~~~~~~~~~~~~~~~~~::::~~=###############
~~~~~:,::::::::~~:~##############=~::~~~~~~~~:::::::::::::::~##################~
~~~~:,::::::::::~::~=##############=~~~~~~~~==========########################=:
~~~~:,:::::::::::::::=#######################################################=~:
~~~~,:::::::::::::::,:~####################################################~::~~
~~~:,::::::::::::::::::~#################################################~::::::
~~~,:::::::::::::::::::,:~==##########################################=~::::::::
~~:,:::::::::::::::::::::,=#######################################===~::::::::::
@sammdot
sammdot / main.c
Last active March 19, 2017 08:17
2PMMS starter code
#include "merge.h"
int main (int argc, char **argv) {
//process and validate command-line arguments
MergeManager manager;
//initialize all fields according to the input and the results of Phase I
return merge_runs (&manager);
}