Skip to content

penkt/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

hello-world

first appliction include using namespace std; class helloworld { private: string s; public: helloworld(String t) { s=t; } void display() { cout<<s; } }; void main() { helloworld h("Hello World!"); h.display(); }

About

first appliction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published