Im trying to do my own little text game
and i almost done
but i dont know what to do with this error
Exception in
thread "main" java.lang.Error: Unresolved compilation problem: Syntax error, insert "}" to Complete ClassBody
if a add an "}" the whole code breaks.
how can i solve this?
package juego;
import java.awt.Color;
import java.util.Random;
import java.util.Scanner;
import java.util.concurrent.TimeUnit;