Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boris/experiments

Store quick experiments in different languages
https://github.com/boris/experiments

Last synced: 11 days ago
JSON representation

Store quick experiments in different languages

Awesome Lists containing this project

README

        

# Experiments repo
In this repo I'll be adding simple experiments that I code to test something.
Nothing here is to be used in production and I do not provide support for any of the code here.

Again, the code here is just an example. Done _just for fun_.

## Repo structure
I plan to use the following structure:

```
/
└── python
└── example_code0
└── example_code1
└── example_codeN
└── go
└── example_code0
└── example_codeN
└── rust
└── example_code0
```

## Challenges
See [Readme.md](./challenges/Readme.md).