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(); }
-
Notifications
You must be signed in to change notification settings - Fork 0
penkt/hello-world
About
first appliction
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published