implemented plan and task

This commit is contained in:
Chris Punches
2017-04-19 01:54:34 -04:00
parent a802b9f7ff
commit 4d64a9c863
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ int main()
for ( int i = 0; i < plan.tasks.size(); ++i )
{
std::cout << plan.tasks[i].get_name() << std::endl;
}d
}