Skip to content

Conversation

@animedragonfighter
Copy link

Modify the readme to test pull request features

Modify the readme to test pull request features

Signed-off-by: animedragonfighter <ajudkin1@uab.edu>
Added a new line

Signed-off-by: animedragonfighter <ajudkin1@uab.edu>
Signed-off-by: animedragonfighter <ajudkin1@uab.edu>
Comment on lines +6 to +10
while ( num >= lookup[i] ) {
roman += i;
num -= lookup[i];
}
}
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
while ( num >= lookup[i] ) {
roman += i;
num -= lookup[i];
}
}
while ( num >= lookup[i] ) {
roman += i;
num -= lookup[i];
}
}

Copy link
Author

@animedragonfighter animedragonfighter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added final comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant