Header Ads Widget

Ticker

6/recent/ticker-posts

Wish Happy Birthday in Different Programming Languages


I'm pretty sure that you are here because you want to wish your tech-savvy friend Happy Birthday in programming style. Wow, it's so generous to think anything like this.

So. here I'm to help you wish them in different programming languages, I hope all of you guys found this helpful. Let's start with simple one-liner programming languages.

note: You can change the message according to your needs.

Happy Birthday in Different Programming Languages

So let's start with JavaScript


Happy Birthday in JavaScript


console.log("Happy Birthday");

Happy Birthday in Python


print("Happy Birthday")

Happy Birthday in Swift


import Swift
print("Happy Birthday")

Happy Birthday in HTML


<html>
  <head>
    <title>Happy Birthday</title>
  </head>
  <body>
    <h1>Happy Birthday</h1>
  </body>
</html>
By the way, HTML is not a programming language. It is a markup language that is used to create Websites structure.










Post a Comment

0 Comments