Skip to content

Commit

Permalink
setupt
Browse files Browse the repository at this point in the history
  • Loading branch information
ishfar16 authored and ishfar16 committed Apr 4, 2023
0 parents commit f120c93
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## C Programming Codes
16 changes: 16 additions & 0 deletions Setup/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
]
}
],
"version": 4
}
6 changes: 6 additions & 0 deletions Setup/hello.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<stdio.h>
int main()
{
printf("hello kuttus");
return 0;
}
Binary file added Setup/hello.exe
Binary file not shown.
6 changes: 6 additions & 0 deletions Setup/input.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include<stdio.h>
int main()
{
printf(hello);
return 0;
}
Empty file added Setup/output.txt
Empty file.
Binary file added Setup/output/hello.exe
Binary file not shown.

0 comments on commit f120c93

Please sign in to comment.