certificate/src/certificate.cpp

6 lines
46 B
C++

#include <iostream>
int main()
{
return 0;
}