Skip to content
  • Sponsor wzhouwzhou/one-line-wonders

  • Notifications You must be signed in to change notification settings
  • Fork 190

OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages

License

Notifications You must be signed in to change notification settings

wzhouwzhou/one-line-wonders

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c93f0d9 · Oct 22, 2019
Oct 2, 2019
Oct 12, 2019
Oct 17, 2019
Oct 12, 2019
Oct 12, 2019
Oct 12, 2019
Oct 12, 2019
Oct 15, 2019
Oct 20, 2019
Oct 15, 2019
Oct 17, 2019
Oct 15, 2019
Oct 15, 2019
Oct 17, 2019
Oct 17, 2019
Oct 17, 2019
Oct 17, 2019
Oct 15, 2019
Oct 17, 2019
Oct 15, 2019
Oct 17, 2019
Oct 15, 2019
Oct 17, 2019
Oct 22, 2019
Oct 15, 2019
Oct 17, 2019
Oct 17, 2019
Oct 12, 2019
Oct 12, 2019
Oct 12, 2019
Oct 12, 2019
Oct 15, 2019
Oct 4, 2019
Nov 5, 2018
Oct 23, 2018
Oct 22, 2019
Oct 15, 2018
Oct 1, 2019
Oct 18, 2018
Nov 3, 2018
Nov 3, 2018

Repository files navigation

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 2019

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

PRs not marked as spam will be counted towards 4 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 of the form [username]_[filename], i.e., wzhouwzhou_approximating_e.cc. 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 | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors 171