mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
7 lines
111 B
C++
7 lines
111 B
C++
#include <quiz.h>
|
|
#include <poincare.h>
|
|
|
|
QUIZ_CASE(poincare_integer) {
|
|
Integer i = Integer((char *)"123");
|
|
}
|