# Contents of the public attachment (PROBLEM_NAME_PLACE_HOLDER.zip).
#
# 'public <file>' takes the file as it already is under public/.
# The local graders here are standalone single-process drivers written by hand;
# they are deliberately not derived from the judge stub, which only makes sense
# when driven by the manager over fifos.

public examples/01.in
public examples/02.in

public cpp/root.h
public cpp/root.cpp
public cpp/grader.cpp
public cpp/compile_cpp.sh

public java/root.java
public java/grader.java
public java/compile_java.sh
public java/run_java.sh

public py/root.py
public py/grader.py
