This is a simple Java program that displays the lyrics of "Alipin" by Shamrock with typing and pause effects.
- Java JDK (version 8 or higher)
- Clone or download this repository.
- Open a terminal or command prompt in the project folder.
- Compile the Java file:
javac LyricsAlipin.java - Run the program:
java LyricsAlipin
You should see the lyrics printed out with a typing effect and pauses between each line.
- If you get an error like
'javac' is not recognized, make sure Java is installed and the PATH is set up. See Oracle's guide for installation help.
This project is for educational purposes only!