Browse Source

Fix failing assertion

DricomDragon 5 năm trước cách đây
mục cha
commit
188cc59d5c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      prog/sources/setup-loop.cpp

+ 1 - 1
prog/sources/setup-loop.cpp

@@ -1,6 +1,6 @@
 #include "all-headers.h"
 
-int ultimate_answer(41);
+int ultimate_answer(42);
 
 void setup (USER_MODE) {
 }