Skip to content
Snippets Groups Projects
Commit a5926f4b authored by JINLANG WANG's avatar JINLANG WANG
Browse files

update lab2

parent e46ee7eb
No related branches found
No related tags found
No related merge requests found
Pipeline #737211 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
2. Clone the directory first. If you have already cloned it, `cd` into the directory and then run `git pull` to update the directory. 2. Clone the directory first. If you have already cloned it, `cd` into the directory and then run `git pull` to update the directory.
3. Navigate (with `cd`) to `labs/git-conflict` within the semester repo. Run `unzip repo.zip` to create a `repo` directory, which contains an `adder.py` program. (If you cannot run `unzip` correctly, try to install unzip by running `sudo apt-get install unzip`. Enter "9" for the prompt.) 3. Navigate (with `cd`) to `Labs/Lab2/git-conflict` within the semester repo. Run `unzip repo.zip` to create a `repo` directory, which contains an `adder.py` program. (If you cannot run `unzip` correctly, try to install unzip by running `sudo apt-get install unzip`. Enter "9" for the prompt.)
4. `cd` to the `repo` directory and run the program: `python3 adder.py`. 4. `cd` to the `repo` directory and run the program: `python3 adder.py`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment