[spam][crazy] coding therapy: hello world with structure

Undescribed Horrific Abuse, One Victim & Survivor of Many gmkarl at gmail.com
Thu Oct 13 16:46:34 PDT 2022


class HelloWorld
{
public:
  char const *hello;
  char const *world;
};

void main()
{
  HelloWorld helloworld;
  helloworld.hello = “hello”;
  helloworld.world = “world;
  printf(“%s %s\n”, helloworld.hello, helloworld.world);
}


More information about the cypherpunks mailing list