Hello World

1st March 2022

Blog is work in progress. [2022-03-01]

Syntaxt Highlight Test

def hello_world( ):
   print("Hello from Priyank Trivedi")
hello_world();
const hello_world = ( ) => {
    console.log("Hello from Priyank Trivedi");
}
hello_world();