Lex Yutlexyuw.hashnode.dev·Oct 16, 2023Writing First PostJava public class Main { public static void main(String[] args) { System.out.println("Hello World!"); } } Go package main import "fmt" func main() { fmt.Println("Hello World!") } JS console.log("Hello World!") Python...Discussfirst post
Harshit Mehrablog.djharshit.dev·May 19, 2023My First Article on HashnodeMy First Article on Hashnode: A Journey into the World of Tech Blogging Introduction Hashnode, a popular platform for tech blogging, has provided countless developers, engineers, and tech enthusiasts with a space to share their knowledge and experien...Discussfirst post