/Code-Golf

Solve the problem in the way of shortest code.

Primary LanguageJavaScript

Code Golf

How to contribute

As problem creator

  1. Create new folder named with problem_name
  2. Add README.md in that folder to explain about the problem

As code golfer

  1. Select the existing problem to solve
  2. Create file in <language>/<github_user>.<ext> inside the directory of that problem. Ex: Solve fishbuzz with Java by GGolfz, the file will be at fishbuzz/java/ggolfz.java