My vision is simple stay low life and utilize your mind and learn!
Just don’t be greedy for money because money is something which takes away your family, friends and peace of mind and bring stress so enjoy each and every moment of life and help needy people that’s all.

/* Jasi2169 */
package jasi2169.com.jasi2169;

import java.util.*;
import java.lang.*;
import java.io.*;

public class vision {

 public static void main (String[] args) throws Exception {
    System.out.println(Arrays.toString(vision()));  
 }

 private static String[] vision() {
    String[] r = new String[] {"Learning","Helping","Peace"};
    return r;
 }

}