Commit 23fe8f97 authored by a.guest's avatar a.guest

uj

parent bf76b9d3
......@@ -3,7 +3,7 @@ class Main {
public static void main ( String [] args ){
Date d = new Date ();
d.day = 42;
System.out.println("The day is " + d.day);
System.out.println("Th e day is " + d.day);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment