From fa7a09fdf5516c2431e80dd2b8f4951df3aecc0f Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Thu, 24 Oct 2019 04:42:51 +0100 Subject: [PATCH] Update sortwordarrprog.en.md --- subjects/sortwordarrprog.en.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/subjects/sortwordarrprog.en.md b/subjects/sortwordarrprog.en.md index 28696e93f..23914ad3e 100644 --- a/subjects/sortwordarrprog.en.md +++ b/subjects/sortwordarrprog.en.md @@ -1,4 +1,15 @@ -## sortwordarr +## sortwordarrprog + +##**WARNING! VERY IMPORTANT!** + +For this exercise a function will be tested **with the exam own main**. However the student **still needs** to submit a structured program: + +This means that: + +- The package needs to be named `package main`. +- The submitted code needs one declared function main(```func main()```) even if empty. +- The function main declared needs to **also pass** the `Restrictions Checker`(illegal functions tester). It is advised for the student to just empty the function main after its own testings are done. +- Every other rules are obviously the same than for a `program`. ### Instructions