diff options
| author | Yana Blashchishina <[email protected]> | 2024-03-11 19:53:14 -0700 |
|---|---|---|
| committer | Yana Blashchishina <[email protected]> | 2024-03-11 19:53:14 -0700 |
| commit | 73a5036cfd273f00e8c02e5694c36d29696d7236 (patch) | |
| tree | f8e44e6789d4aea78a42ace755e8f9cbf0076c20 /Homework 8 | |
| parent | promptinput undefined (diff) | |
| download | homework-8-yanablash-main.tar.xz homework-8-yanablash-main.zip | |
Diffstat (limited to 'Homework 8')
| -rw-r--r-- | Homework 8/Homework 8/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Homework 8/Homework 8/main.cpp b/Homework 8/Homework 8/main.cpp index ae03f0f..0f3d2c7 100644 --- a/Homework 8/Homework 8/main.cpp +++ b/Homework 8/Homework 8/main.cpp @@ -163,7 +163,8 @@ Contact NewContact() void Prompt() { -} + +} int ReadInt(const std::string& prompt) { int value; |