Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 982 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 982 Bytes

Acronym

Convert a phrase to its acronym.

Techies love their TLA (Three Letter Acronyms)!

Help generate some jargon by writing a program that converts a long name like Portable Network Graphics to its acronym (PNG).

Passing the Tests

The included makefile can be used to create and run the tests using the test task.

make test

Create just the functions you need to satisfy any compiler errors and get the test to fail. Then write just enough code to get the test to pass. Once you've done that, move onto the next test.

Submitting

  • Go to https://github.com/athul/thubsub and Fork the repo
  • Clone the repo(the forked one)
  • You'll have a dummy file to get you started .
  • Write the code, push to your fork and send a Pull Request to the base repo.
  • Your Code will be automatically tested and will proceed from there 😄

Screening

The PRs which pass the test cases in GitHub Actions will be furthur contacted