Skip to content
Snippets Groups Projects
Select Git revision
  • 54569673019d5aed777bc7faaef0d1e0eed8da78
  • master default protected
2 results

README

Blame
  • Tue Herlau's avatar
    tuhe authored
    54569673
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    README 541 B
    This directory contains all of the code files for the Hello Lab,
    including the files that are handed out to students.
    
    Files:
    
    # Autograder and solution files
    Makefile                Makefile and ...
    README                  ... README for this directory
    driver.sh*              Autograder
    hello.c                 Solution hello.c file
    
    # Files that are handed out to students
    Makefile-handout        Makefile and ...
    README-handout          ... README handed out to students
    hello.c-handout         Blank hello.c file handed out to students