DEV Community

Anisul Islam
Anisul Islam

Posted on

1 2

My first post in dev community

class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World! This is my first post on dev community");
}
}

Top comments (1)

Collapse
 
thefluxapex profile image
Ian Pride • Edited
fn main(){
    println!("Hello to you as well!");
}
Enter fullscreen mode Exit fullscreen mode
program hellotoyou
print *,'Hello to you as well!'
end program helltoyou
Enter fullscreen mode Exit fullscreen mode

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay