My First Medium article

Patrick Wanjau
Sep 15, 2021

This is my first attempt at blogging. It may include stuff like code snippets , formatted text, code blocks,

public class Blogger {
static String user = "Patrick";

public static void main(String... args) {
System.out.println(user);
}
}

and images

Curl shortcut commands

--

--