ASCI-COEP / ASCI-COEP/hacktoberfest
Write a program that functions like Unix utility 'cat' - read a file and print its content on stdout in C
Open
good first issue
hacktoberfest
- Dominant language
- Jupyter Notebook
- Stars
- 12
- Forks
- 117
- PR merge metrics
- No merged PRs in 30d
Description
Hint: Use C's getc() function and EOF signal. This makes code succinct.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the repository's appropriate C entry point for a command-line utility. Use the issue's requirements and its hint to determine the input and output behavior, then verify that the program reads a file and writes its content to stdout until EOF.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100