https://github.com/timscodebase/gleam101
https://github.com/timscodebase/gleam101
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timscodebase/gleam101
- Owner: timscodebase
- Created: 2025-03-09T17:00:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-09T17:51:06.000Z (over 1 year ago)
- Last Synced: 2025-04-01T23:42:00.861Z (about 1 year ago)
- Language: Gleam
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gleam101
[](https://hex.pm/packages/gleam101)
[](https://hexdocs.pm/gleam101/)
```sh
gleam add gleam101@1
```
```gleam
import gleam101
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```