Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 685 Bytes

File metadata and controls

16 lines (12 loc) · 685 Bytes

Example assignment: hello

A minimal starter repo showing the file structure that classroom50 expects from an assignment template.

  • gh student accept clones from a template
  • gh student submit fetches a couple of files back from it on every submit
  • gh teacher download bulk-clones student copies

Files

  • Hello.java: Starter code. Replace the TODO with code that prints hello, world and a newline.

Student Instructions

After your instructor invites you to the org, run gh student accept MetroCS discrete-structures cs50-example-assignment

That creates your private copy. Clone it, edit Hello.java, and run gh student submit from inside the clone.