Guidelines

  • Contribute a basic program using any programming language.
  • The Program should be executable, with 0 errors and proper documentation.
  • Create a directory for the programming language you are using.
  • Note: Do not create a new directory if already exists.
  • Writing the author's name and the date modified is a must (Write it as a multiline comment in your code).
  • Filename should be meaningful.
  • Path of your code: /Programming Language/codeName.extension (For example: /Python/Palindrome.py).