We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f62b37 commit 57fad33Copy full SHA for 57fad33
examples/PrintNumbers.kscr
@@ -2,6 +2,7 @@ package org.comroid.kscr.test;
2
3
import org.comroid.kscr.core.Throwable;
4
import org.comroid.kscr.core.Sequencable;
5
+import org.comroid.kscr.time.DateTime;
6
7
public class PrintNumbers implements Throwable {
8
public static int StackSize => 64;
@@ -23,6 +24,7 @@ public class PrintNumbers implements Throwable {
23
24
// stdio <<- "first argument is:" + args[0] + endl
25
// <<- "args array is " + args + endl;
26
public static void main() {
27
+ DateTime datetime = new DateTime(3, 4);
28
29
int[] xy = new int[6];
30
stdio <<- "array size is " + xy.length() + endl;
0 commit comments