This commit is contained in:
2024-02-19 15:21:42 +01:00
parent 55739d0c56
commit ccb7b7018a
4 changed files with 45 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#include "hviezdicky.h"
#include "stringy.h"
int main() {
return stars();
return stringy();
}