Working on euler using the compiler + squashing bugs

This commit is contained in:
Krzosa Karol
2022-06-08 09:53:13 +02:00
parent 5744da8899
commit 87d6737a10
7 changed files with 116 additions and 102 deletions

View File

@@ -503,6 +503,7 @@ compile_string(String filecontent, String filename = "default_name"_s){
gen(R"==(
#include <stdint.h>
#include <stdio.h>
#include <math.h>
typedef int8_t S8;
typedef int16_t S16;
typedef int32_t S32;