C++21

PHOTO EMBED

Sat Sep 17 2022 07:54:51 GMT+0000 (Coordinated Universal Time)

Saved by @kodekutulisanku #c++

#include <iostream>
using namespace std;
int main()
{
  void a;
  a = 5;
  cout << a << endl;
  return 0;
}
content_copyCOPY