DEV Community

Anisul Islam
Anisul Islam

Posted on

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