Skip to content

Instantly share code, notes, and snippets.

@hochan222
Last active October 24, 2020 15:16
Show Gist options
  • Save hochan222/ae68183d146114521a7c49007e192879 to your computer and use it in GitHub Desktop.
Save hochan222/ae68183d146114521a7c49007e192879 to your computer and use it in GitHub Desktop.
How to contribute rush00?
# ======================================================================================================
# * Please PR by adding it according to the format below this!
# * Two functions created will help you in adding test cases.
# * We will reflect after review :)
# *
# * < Function: customEvaluation >
# *
# * When adding a test case, use this function to add it.
# *
# * @param string The name of rush file to run.
# * @param int The first argument i in the rush(i, j) function.
# * @param int The second argument j in the rush(i, j) function.
# * @param int The name of the file to be saved.
# * It increases in order from 0, and add 1 value from the previous test case.
# * @return void
# *
# * < Function: customEcho >
# *
# * This function is used to display test cases by dividing them into sections.
# *
# * @param string The name of rush file to run.
# * @param string Please write the section to be printed
# * @return void
# *
# * For other inquiries, please slack with holee. Thank you. :)
# ======================================================================================================
# =================
# < Custom Rush00 >
# =================
customEcho rush00 considerNegative
customEvaluation rush00 0 -1 0
customEvaluation rush00 -10 -1 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment