Phillip's Quest For The Greatest Pork

I really appreciate my roommate making pork katsu last night.
I didn't realize how much I needed it.


I miss jerk pork really bad. I think could live on pork forever.
I was reminded of the last time working in Manhattan near Fulton Station. good times.
I miss all the people there, especially walking around on the streets.
The Halal Cart guys were my fave.


        
        class GFG
        {
            // Program begins with a call to main()
            // Print "Hello, World" to the terminal window
            public static void main(String args[])
            {
                System.out.println("Hello, World");
            }
        }