about summary refs log tree commit diff stats
path: root/wordplay.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wordplay.cpp')
-rw-r--r--wordplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/wordplay.cpp b/wordplay.cpp index 74ac40d..4f621a1 100644 --- a/wordplay.cpp +++ b/wordplay.cpp
@@ -82,6 +82,6 @@ int main(int argc, char** argv)
82 82
83 std::cout << "Waiting" << std::endl; 83 std::cout << "Waiting" << std::endl;
84 84
85 sleep(60 * 60); 85 sleep(60 * 60 * 3);
86 } 86 }
87} \ No newline at end of file 87} \ No newline at end of file