certificate/src/certificate.cpp

6 lines
46 B
C++
Raw Normal View History

2025-06-19 14:07:55 +00:00
#include <iostream>
int main()
{
return 0;
}