Skip to content

Add "Ownership and Lifetimes" lab #41

Add "Ownership and Lifetimes" lab

Add "Ownership and Lifetimes" lab #41

Workflow file for this run

name: Run Makefile targets
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Makefile targets
run: make all