8 lines
100 B
C++
8 lines
100 B
C++
#include <stdio.h>
|
|
#include <openssl/rand.h>
|
|
|
|
main()
|
|
{
|
|
printf("Hello World\n");
|
|
return 0;
|
|
}
|