Skip to content
Permalink
82921180e8
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
12 lines (8 sloc) 263 Bytes
#pragma once
#include <string>
#include <iostream>
#include "demons.h"
using namespace std;
/*This is a test header file where I will store some sample functions we will
probably use in the project*/
// Test function just to see if my IDE is working properly