Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
epixinvites
57
reputation
1
8
Member since
January 23 2020
31 profile views
Last seen
Dec 09 '21 at 12:26
#include "life.h" void awake{ life::study(C++); } int main(){ while(life::is_alive()){ awake(); } }