Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
ishfar16 committed Jul 4, 2023
1 parent cb9540d commit e1d0cdf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Empty file added New Text Document.txt
Empty file.
6 changes: 6 additions & 0 deletions hello.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<stdio.h>
int main()
{
printf("Hellow World");
return 0;
}
Binary file added hello.exe
Binary file not shown.
Empty file added output.txt
Empty file.

0 comments on commit e1d0cdf

Please sign in to comment.