From aef8828a6ba9dff4069456d690b1add2f2a418cf Mon Sep 17 00:00:00 2001 From: Ankur Sundara Date: Mon, 13 Mar 2017 22:24:22 -0500 Subject: [PATCH] Update description.md --- hello-world/description.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hello-world/description.md b/hello-world/description.md index efed3c9..901da60 100644 --- a/hello-world/description.md +++ b/hello-world/description.md @@ -1 +1,11 @@ -Use your favorite programming language to print `Hello, world!` to stdout! \ No newline at end of file +Use your favorite programming language to print `Hello, world!` to stdout! Use the programming interface to do this! + +Programming Judge codes: +``` +AC: accepted +WA: WRONG ANSWER (you're bad) +TLE: time limit exceeded (make your code faster) +RTE: runtime error +JE: judge error (contact an admin if you encounter this) +CE: compilation error +```