Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Simple Calculator

This is a buggy application that will be used for Lab5 of 'Introduction to Open Source Software Development.'

- Fork the project.
- Create a topic branch from master.
- The branch name must be your student id. (e.g. 201624000)
- Make some commits to improve the project.
- Fix the well-knwon bugs.
- Remove object and binary files.
- Add .gitignore file
- Push this branch to your GitHub project.
- Open a Pull Request on GitHub.
- The Pull Request must be submitted to master branch of Classroom-IOSSD/SimpleCalculator!
- Capture the Pull Request and upload it to PLMS.

Binary file added calc
Binary file not shown.
Binary file added calc.o
Binary file not shown.
Binary file added operators.o
Binary file not shown.