index — ti25-glauchau-code @ 6d3d931ca540315030b19936a48b7bb183d613d9

Meine Lösungen (oder auch nicht) für die Programmieraufgaben in der TI25 an der Staatlichen Studienakademie Glauchau

gpt/2025-10-21: standard python und c programm (kompilieren)
crispy-caesus crispy@crispy-caesus.eu
Tue, 21 Oct 2025 14:25:32 +0200
commit

6d3d931ca540315030b19936a48b7bb183d613d9

parent

61fc1cc295ff7e5e18b2dff7e94c2fe6c546169a

2 files changed, 7 insertions(+), 0 deletions(-)

jump to
A gpt/2025-10-21/test.c

@@ -0,0 +1,6 @@

+#include <stdio.h> + + int main() { + printf("hi"); + return 0; +}
A gpt/2025-10-21/test.py

@@ -0,0 +1,1 @@

+print("hello")