[ot][spam][crazy][crazy][spam]

Karl Semich 0xloem at gmail.com
Tue May 24 15:06:01 PDT 2022


#include <iostream>

using namespace std;

class Triangle
{
public:
  Triangle(int width, int height)
  : width(width), height(height)
  {  }

  void draw()
  {
    todo todo syntax error
  }

private:
  int width, height;
}

int main()
{
  Triangle triangle;
  triangle.draw();
}


More information about the cypherpunks mailing list