/* comment here so that more memory will be taken up, just to trigger
* the viewer and to waste his/her time ;)
*/
char[] str = {'h', 'e', 'l', 'l', 'o', ' ', 'w', 'o', 'r', 'l', 'd', '!'};
for(int i = 0; i < str.length; i++){
System.out.print(str[i]);
}