Commit 069f5719 authored by 19조이강's avatar 19조이강

printf("WA! GIT!") added.

parent b45f895d
...@@ -16,6 +16,8 @@ int main(void) ...@@ -16,6 +16,8 @@ int main(void)
auto object1 = Flatland::Object1(); auto object1 = Flatland::Object1();
wow = &object1; wow = &object1;
dummyobserver.objectlist.push_back(std::make_tuple(wow, std::get<3>(object1.objecthistory[0]))); dummyobserver.objectlist.push_back(std::make_tuple(wow, std::get<3>(object1.objecthistory[0])));
printf("hello,world");
printf("WA! GIT!");
while (true) while (true)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment