This repository has been archived on 2026-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
University-Technical_Progra…/1_Hello_World/Hello_World.c
T
2023-04-28 09:22:02 +02:00

7 lines
130 B
C

#include <stdio.h>
int main() {
printf("Printing hello world,\nalthough printing foxes is superior.");
return 0;
}