Create nevermore.id

Instagram is real
This commit is contained in:
ctrl6450tc 2024-10-06 10:51:50 +07:00 committed by GitHub
parent c482c9fea2
commit 31c263e253
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

11
nevermore.id Normal file
View File

@ -0,0 +1,11 @@
#include <iostream>
//using namespace std;
int main ()
{
// menampilkan tulisan itz.vnynt_ ke layar
std: :cout<<"itz.vnynt_";
return 0;
}