-
Notifications
You must be signed in to change notification settings - Fork 0
How to use [ø]Code
StickBrush [zerø] edited this page Oct 29, 2016
·
1 revision
[ø]Code programs must follow the next conditions:
- They must be written in a file named "code.zero".
- The code.zero file must be completely empty.
[ø]Code compiler output consists on: -A Java class, named ZeroCode, on a file named ZerVoid.java (the file must be renamed to be used). -ZeroCode will only contain the public static void main method. -This method will consist on the creation of a 1024 Integer array, a 1024 String array and a Scanner for input. -The rest of the code, along with its length, will be decided completely randomly by the compiler.