comment changed

This commit is contained in:
Richard Thier 2025-09-10 03:22:03 +02:00
parent 684b05317a
commit 7897370fa4

2
alma.c
View File

@ -1,6 +1,6 @@
#include <stdio.h> #include <stdio.h>
// main function // main entry point
int main() { int main() {
return 0; return 0;
} }