Update test paths after flattening v0 layout

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-04-24 08:20:54 +02:00
parent 7ff3f76de5
commit 4939a74752
8 changed files with 107 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <stdio.h>
int main(int argc, char** argv) {
puts("Hello, world");
}