choose solution

This commit is contained in:
Richard Thier 2025-09-10 03:02:17 +02:00
commit f7e57b6eef

3
alma.c
View File

@ -1,4 +1,5 @@
#include <stdio.h> #include <stdio.h>
void main(void) { int main() {
return 0;
} }