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
2023-04-28 10:52:52 +02:00

8 lines
133 B
C

#include <stdio.h>
int main() {
int j = 1;
printf("Printing %i,\nalthough printing foxes is superior.", j);
return 0;
}