Lee.J.H

commit and push

{
"CurrentProjectSetting": "구성 없음"
}
\ No newline at end of file
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\echo.cpp",
"PreviewInSolutionExplorer": false
}
\ No newline at end of file
No preview for this file type
This file is too large to display.
No preview for this file type
No preview for this file type
......@@ -2,7 +2,7 @@
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>C:\Users\utahi\Desktop\진행중 과제\gitlab\git_test\Lab_git_branch\echo\Debug\echo.exe</FullPath>
<FullPath>C:\Users\utahi\Desktop\진행중 과제\gitlab\Lab_git_branch\echo\Debug\echo.exe</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
......
No preview for this file type
No preview for this file type
No preview for this file type
PlatformToolSet=v142:VCToolArchitecture=Native32Bit:VCToolsVersion=14.29.30133:VCServicingVersionATL=14.29.30136:VCServicingVersionCrtHeaders=14.29.30136:VCServicingVersionCompilers=14.29.30136:TargetPlatformVersion=10.0.22000.0:
Debug|Win32|C:\Users\utahi\Desktop\진행중 과제\gitlab\git_test\Lab_git_branch\echo\|
Debug|Win32|C:\Users\utahi\Desktop\진행중 과제\gitlab\Lab_git_branch\echo\|
......
C:\Users\utahi\Desktop\진행중 과제\gitlab\git_test\Lab_git_branch\echo\Debug\echo.exe
C:\Users\utahi\Desktop\진행중 과제\gitlab\Lab_git_branch\echo\Debug\echo.exe
......
No preview for this file type
No preview for this file type
......@@ -5,6 +5,10 @@ using namespace std;
int main() {
string inp;
while (true) {
cin >> inp;
cout << inp;
if (inp=="exit")break; {
cout << inp << endl;
}
}
}
\ No newline at end of file
......