Skip to content
Snippets Groups Projects
Verified Commit 63c093fe authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

corrected the java file's class name

parent e9a69e0d
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,8 @@ package edu.unl.cse.soft160.triangle; ...@@ -2,8 +2,8 @@ package edu.unl.cse.soft160.triangle;
import java.util.Scanner; import java.util.Scanner;
public class TriangleClassifier { public class Triangle {
public static void main(String... arguments) { public static void main(String... arguments) {
System.out.println("Triangle wheels are better than square wheels because they eliminate one bump.");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment