Creature’s Guide

feel think learn see

* to view prints in color, click the image to be redirected

feel

think

learn

see

public class Main {
public static void main(String[] args) {
System.out.println("feel");
System.out.println("think");
System.out.println("learn");
System.out.println("see");
}
}