Skip to content

Commit 10bf896

Browse files
committed
Main: add program header
1 parent 23454f3 commit 10bf896

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fastfetch.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,8 @@ int main(int argc, char** argv)
817817
ffInitInstance();
818818
atexit(ffDestroyInstance);
819819

820+
printf("This is UECS2363 SOFTWARE CONSTRUCTION AND CONFIGURATION\n");
821+
820822
//Data stores things only needed for the configuration of fastfetch
821823
FFdata data = {
822824
.structure = ffStrbufCreate(),

0 commit comments

Comments
 (0)