rust_template 0.1.0

This is individual-assignment 7 in mechatronics 1: Crate up
1
2
3
4
5
6
7
8
9
10
11
    name: GitHub Classroom Workflow

    on: [push]

    jobs:
      build:
        name: Autograding
        runs-on: ubuntu-latest
        steps:
          - uses: actions/checkout@v2
          - uses: education/autograding@v1