Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

fixed bug #47

fixed bug #47 #54

Workflow file for this run

name: GitHub Classroom Workflow
on: [push]
permissions:
checks: write
actions: read
contents: read
jobs:
build:
name: Autograding
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- uses: education/autograding@v1