Skip to content

Commit

Permalink
Java Program to Check Neon Number - Fixes sujana-kamasany#84
Browse files Browse the repository at this point in the history
Removes not needed imports and adds class to a package.
  • Loading branch information
zematos committed Nov 20, 2022
1 parent 0ed7ac2 commit 38050cc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,15 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
<filteredResources>
<filter>
<id>1668985266822</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
2 changes: 1 addition & 1 deletion Basics/NeonNumber.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import java.util.Scanner;
package Basics;

class NeonNumber {
public static void main(String[] args) {
Expand Down

0 comments on commit 38050cc

Please sign in to comment.