Skip to content

Commit

Permalink
greeting msg added
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmankumar7 committed Apr 8, 2022
1 parent 0926da1 commit f8ddbf3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/output.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "../includes/global.h"

int main(int argc, char *argv[]){
printf("Welcome to my Final Year Project.\n I hope you like it.\n\n This File might take some time to execute.\n\n Good part: You can exit anytime you want using Ctrl+C");
printf("Welcome to my Final Year Project.\nI hope you like it.\n\nThis File might take some time to execute.\n\n Good part: You can exit anytime you want using Ctrl+C");
char *inFile = argv[1];
char *outFile = argv[2];

Expand Down

0 comments on commit f8ddbf3

Please sign in to comment.