Skip to content

feat(tools): add octal_to_decimal#225

Closed
Solaris-star wants to merge 1 commit into
abduznik:mainfrom
Solaris-star:tool/octal-to-decimal
Closed

feat(tools): add octal_to_decimal#225
Solaris-star wants to merge 1 commit into
abduznik:mainfrom
Solaris-star:tool/octal-to-decimal

Conversation

@Solaris-star

@Solaris-star Solaris-star commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Checklist

  • File is in tools/ directory
  • File has header comments (# tool, # description, # author, # example)
  • File has a run() function that returns a string
  • Uses stdlib only (no external dependencies)
  • Tested locally with python bitbox.py octal_to_decimal <args>

Closes #194

Convert an octal string to its decimal integer value.
@abduznik

Copy link
Copy Markdown
Owner

Closing as duplicate of #224 which was submitted earlier. Please review existing PRs before submitting.

@abduznik abduznik closed this Jul 21, 2026
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.

[tool] octal_to_decimal

2 participants