A minimal starter repo showing the file structure that classroom50 expects from an assignment template.
gh student acceptclones from a templategh student submitfetches a couple of files back from it on every submitgh teacher downloadbulk-clones student copies
- Hello.java: Starter code. Replace the TODO with code that prints
hello, worldand a newline.
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.