Skip to content
Permalink
b6d50364b9
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
18 lines (14 sloc) 224 Bytes
#include <iostream>
using namespace std;
void inventory_management()
{
vector<string> inventory = {}
}
int countdown()
{
int countdown_timer = 600;
while (countdown_timer > 0)
{
countdown_timer -= 1;
}
}