Skip to content
Snippets Groups Projects
Commit d9a730a4 authored by benbergk's avatar benbergk
Browse files

added main function

parent 86457cfe
No related branches found
No related tags found
No related merge requests found
//
// main.cpp
//
#include <iostream>
#include <stdlib.h>
#include <pthread.h>
#include <queue>
int main(int argc, const char * argv[])
{
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment