DEV Community

Nanosoft
Nanosoft

Posted on

Hi Dev;

main() {
return firstPost();
}

firstPost() {
print("hi developer, now i'm on \'dev.to\' platform");
}

Top comments (2)

Collapse
 
siddharthshyniben profile image
Siddharth • Edited
return "welcome aboard!" 
Enter fullscreen mode Exit fullscreen mode
Collapse
 
akshatsinghania profile image
Akshat Singhania

main(){
print("welcome! to the gang of devs")
}