main

PHOTO EMBED

Sun May 21 2023 11:30:36 GMT+0000 (Coordinated Universal Time)

Saved by @gokulz

public static void main(String[] args) {
        
        String word = randomWord();
        char[] placeholder = new char[word.length()];
        for(int i=0; i<placeholder.length; i++){
            placeholder[i] = '_';
        }
    }
content_copyCOPY