Skip to content

Commit 6490c07

Browse files
committed
multiply
1 parent 9453d12 commit 6490c07

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

practise1.java

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
public class practise1 {
22

3+
static void multipy(){
4+
System.out.println("Multiply");
5+
}
36
public static void main(String[] args) {
47
System.out.println("practise 1");
58
System.out.println("line 2");

0 commit comments

Comments
 (0)