kblicharski / one-line-wonders

OneLineWondersCode HACKTOBERFEST! Make 5 Pull Requests for a Free Shirt! An actively maintained collection of "one-line" programs in various languages, performing various tasks | 131/200 One-Line Programs Milestone!

Home Page:https://hacktoberfest2018.suya.moe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One line wonders

A collection of one-line programs in various languages, performing various tasks. "One-Line" is for those languages that support it; the aim is to create a runnable file the shortest a language can allow (i.e. no using ; instead of a new line and "minifying" it to be one line).

Why?

Have some fun with coding every once in a while, and see how you can abuse the semantics of a language.

Contributing

Anyone can contribute to this repo by opening a PR, your contribution will be open-source on Github. Don't know what to make? Try coding something that logs "Hello, world!" to the console!

Hacktoberfest

Celebrate Hacktoberfest together with a diverse community of developers from around the world!

PRs marked as spam will not be counted towards 5 PRs in the month of October for your free Hacktoberfest T-Shirt!

Let's Get Started

  1. Fork this repository
  • Click the Fork button in the top right of this page, then click on your profile image.
  1. Clone to desktop git clone https://github.com/your-username/one-line-wonders.git
  2. Checkout a branch git checkout -b feature/branch-name
  3. Make yourself known
  • Add your bio to the CONTRIBUTORS.md file

    Name: [YOUR NAME](Github Link)
    Place: Where are you from?
    Coding Experience: Which programming languages do you know? What projects have you/do you worked on?
    Email: name@example.com

  1. Add your one-line program's files. If a folder for your code's language does not exist, feel free to create it.
  2. Commit and push git add .; git commit -m "commit message"; git push origin branch-name;
  3. Create a new Pull Request from your fork
  • Click on the New Pull Request button located near the top of your repository.
  1. Wait for your PR to be reviewed!

Star this repository if you had fun ⭐🎉

About

OneLineWondersCode HACKTOBERFEST! Make 5 Pull Requests for a Free Shirt! An actively maintained collection of "one-line" programs in various languages, performing various tasks | 131/200 One-Line Programs Milestone!

https://hacktoberfest2018.suya.moe

License:GNU General Public License v3.0


Languages

Language:Python 40.6%Language:C 14.4%Language:JavaScript 13.0%Language:C++ 5.2%Language:Groovy 5.0%Language:PowerShell 3.9%Language:CoffeeScript 3.6%Language:Haskell 3.1%Language:PHP 2.5%Language:Go 2.1%Language:R 2.1%Language:Shell 1.8%Language:Perl 6 1.0%Language:Crystal 0.9%Language:Perl 0.3%Language:Brainfuck 0.2%Language:Pascal 0.1%Language:TypeScript 0.1%Language:Rebol 0.1%