Run ❯
×
Change Orientation
Change Theme, Dark/Light
#include
int main() { const int BIRTHYEAR = 1980; printf("%d", BIRTHYEAR); return 0; }
1980