Rename fractal-brain to Resonance_Engine: update all paths, docs, scripts, and add experiments/results/src

This commit is contained in:
Scruff AI
2026-03-25 07:34:34 +07:00
parent a3fb27821e
commit 7f04a7d81d
311 changed files with 72910 additions and 172 deletions
@@ -0,0 +1,7 @@
#include <cstdio>
int main() {
printf("Simple test running\n");
printf("If you see this, CUDA compilation works\n");
return 0;
}