Nothing else
if [ "$HOME" = "/home/chen" }
then
echo "hello"
fi
Nothing here
- A
- B
- C
Nothing here
public class Dick{
private String name;
public Dick(String name){
this.name=name;
}
public sayDick(){
System.out.println("You'r an ass dick"+name);
}
}
This is a feature