8000 YOU ONLY LIVE ONCE · ravitomar7/Java_Programming_CCVT@59d5153 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59d5153

Browse files
committed
YOU ONLY LIVE ONCE
1 parent 9c56fd8 commit 59d5153

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CCVT_Code_Distribute/src/com/rt/cloning/Department.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package com.rt.cloning;
2-
//Comeent Added Here
2+
//Hello CCVT, from Amandeep Malik
33
public class Department implements Cloneable{
44

55
private int did;
66
private String dname;
7+
System.out.print("HEllO CCVT FROM AMANDEEP MALIK")
78
public int getDid() {
89
return did;
910
}

0 commit comments

Comments
 (0)
0