Skip to content
Snippets Groups Projects
Commit 5f4178ff authored by Romaniuk Oleksandr's avatar Romaniuk Oleksandr
Browse files

Update src/DifNum.java

parent 9222e640
Branches
No related tags found
Loading
......@@ -2,9 +2,7 @@ package src;
public class DifNumbers {
public static void main(String[] args) {
int num1 = 5;
int num2 = 18;
public static void main (int x, int y) {
int dif = num1 + num2;
logger.log("Sum of these numbers: " + dif);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment