This commit is contained in:
2025-07-12 15:22:23 +02:00
parent ba170f2aae
commit 2a69d37f8e
4 changed files with 32 additions and 4 deletions

3
6502.c Normal file
View File

@@ -0,0 +1,3 @@
#include <stdio.h>
int main() { printf("Hello, World!\n"); }