diff options
Diffstat (limited to 'src/Q6/WeekDay.java')
| -rw-r--r-- | src/Q6/WeekDay.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Q6/WeekDay.java b/src/Q6/WeekDay.java index 7ef1082..73a9cb0 100644 --- a/src/Q6/WeekDay.java +++ b/src/Q6/WeekDay.java @@ -56,8 +56,9 @@ public class WeekDay { /** * The entry point to the console application. + * * @param args the argument vector given to the program. - * */ + */ public static void main(String[] args) { Scanner in = new Scanner(System.in); |
