diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-17 21:48:38 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-17 21:48:38 -0600 |
commit | 2bd3e5bb069ce6d8493af36347506dfe91c05502 (patch) | |
tree | eeb5e8bee3e255693329b676eea5c746696e0c21 /P3/.vscode | |
parent | Close #14 because I dumb (diff) | |
download | csci4061-2bd3e5bb069ce6d8493af36347506dfe91c05502.tar csci4061-2bd3e5bb069ce6d8493af36347506dfe91c05502.tar.gz csci4061-2bd3e5bb069ce6d8493af36347506dfe91c05502.tar.bz2 csci4061-2bd3e5bb069ce6d8493af36347506dfe91c05502.tar.lz csci4061-2bd3e5bb069ce6d8493af36347506dfe91c05502.tar.xz csci4061-2bd3e5bb069ce6d8493af36347506dfe91c05502.tar.zst csci4061-2bd3e5bb069ce6d8493af36347506dfe91c05502.zip |
Finish prelim?
Diffstat (limited to '')
-rw-r--r-- | P3/.vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/.vscode/launch.json b/P3/.vscode/launch.json index 4f832a7..7efdc59 100644 --- a/P3/.vscode/launch.json +++ b/P3/.vscode/launch.json @@ -9,7 +9,7 @@ "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/web_server", - "args": ["1025", "testing", "1", "1", "0", "26", "0"], + "args": ["9000", "testing", "10", "10", "0", "26", "0"], "stopAtEntry": false, "cwd": "${workspaceFolder}", |