ssiyad / thubsub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C 80.2%Language:Makefile 19.8%