From 4d64a9c863988426044e50a1ffaf72c80446b75e Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Wed, 19 Apr 2017 01:54:34 -0400 Subject: [PATCH] implemented plan and task --- .idea/workspace.xml | 8 ++++---- examplar.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5743753..aa87663 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -72,7 +72,7 @@ - + @@ -438,12 +438,12 @@ 1491540343823 - + - @@ -720,7 +720,7 @@ - + diff --git a/examplar.cpp b/examplar.cpp index e93ae28..60d4233 100644 --- a/examplar.cpp +++ b/examplar.cpp @@ -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 + }