Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add files via upload
  • Loading branch information
javaarchive authored May 13, 2018
commit ebcb81345ad33aa8fe608178552f70d514b3090c
2 changes: 1 addition & 1 deletion usacotools.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ public static void main(String[] args) throws Exception{
*/
System.out.println("Running demo");
Scanner sc=getsysscan();
print("Welcome to the demo\nYou have many choices \n1} Run help \n2} Check for a update \n3}Run demo to see features");
print("Welcome to the demo\nYou have many choices \n1} Run help \n \n2}Run demo to see features");
print(">","");
int val;
try {
Expand Down