gpt/2025-10-21: standard python und c programm (kompilieren)
crispy-caesus crispy@crispy-caesus.eu
Tue, 21 Oct 2025 14:25:32 +0200
2 files changed,
7 insertions(+),
0 deletions(-)
A
gpt/2025-10-21/test.c
@@ -0,0 +1,6 @@
+#include <stdio.h> + + int main() { + printf("hi"); + return 0; +}