Skip to content

Commit 950e70f

Browse files
added new file
1 parent 1797619 commit 950e70f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

re.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,13 @@ public static void main(String args[])
1212
System.out.print("youn");
1313
}
1414
}
15+
}
16+
17+
class Input1
18+
{
19+
public static void main(String args[])
20+
{
21+
int n=12;
22+
System.out.println(n);
23+
}
1524
}

0 commit comments

Comments
 (0)