Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 582 Bytes

NCKU Java Development

Setup

  1. copy template.env to .env and replace JUDGE_URL with the real judge server url
cp template.env .env
# replace `JUDGE_URL` with the real judge server url
  1. Replace STUDENT_ID with your student id in Makefile
STUDENT_ID=YOUR_STUDENT_ID

Usage

  • Zip the homework folder
make zip HW=HW1 # switch to HW2, HW3 ... to zip other homework folder
# STUDENT_ID.zip will be generated
  • Submit the zip file to Online Judge
make judge HW=HW1 # switch to HW2, HW3 ... to submit other homework