Skip to content

Added initial README.md #50

Added initial README.md

Added initial README.md #50

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: $PWD/test.sh