Skip to content

Add Rust wc-tool implementation (ccwc)#600

Open
ihaagrawal wants to merge 1 commit intoCodingChallengesFYI:mainfrom
ihaagrawal:main
Open

Add Rust wc-tool implementation (ccwc)#600
ihaagrawal wants to merge 1 commit intoCodingChallengesFYI:mainfrom
ihaagrawal:main

Conversation

@ihaagrawal
Copy link
Copy Markdown

Added my Rust implementation of the wc tool.

Supports:

  • -c (bytes)
  • -l (lines)
  • -w (words)
  • -m (characters)
  • Default behavior (lines, words, bytes)

Repo: https://github.com/ihaagrawal/wc-tool-rust

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