From d1def52bfa6b2a50fc002dc859296b0fc78ab849 Mon Sep 17 00:00:00 2001 From: Christopher Fremond <34804391+Frenchris@users.noreply.github.com> Date: Thu, 24 Oct 2019 04:36:08 +0100 Subject: [PATCH] Update itoaprog.en.md --- subjects/itoaprog.en.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/subjects/itoaprog.en.md b/subjects/itoaprog.en.md index f32591be..ee3f824d 100644 --- a/subjects/itoaprog.en.md +++ b/subjects/itoaprog.en.md @@ -1,4 +1,15 @@ -## itoa +## itoaprog + +##**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