We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23454f3 commit 10bf896Copy full SHA for 10bf896
src/fastfetch.c
@@ -817,6 +817,8 @@ int main(int argc, char** argv)
817
ffInitInstance();
818
atexit(ffDestroyInstance);
819
820
+ printf("This is UECS2363 SOFTWARE CONSTRUCTION AND CONFIGURATION\n");
821
+
822
//Data stores things only needed for the configuration of fastfetch
823
FFdata data = {
824
.structure = ffStrbufCreate(),
0 commit comments