Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated files and script #3109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: clang build active file",
"command": "/usr/bin/clang",
"args": [
"-fcolor-diagnostics",
"-fansi-escape-codes",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}",
""
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2850,3 +2850,8 @@
- Bio: Third Year undergrad pursuing B.tech in Electronics and communication Engineering
- GitHub: [op-amateur](https://github.com/op-amateur)

#### Name: [Siddharth Joshi](https://github.com/0-SiddharthJoshi-0)

- Place: Dehradun , Uttarakhand , INDIA
- Bio: CSE Undergrad Student
- GitHub: [tamil-code](https://github.com/0-SiddharthJoshi-0)
13 changes: 13 additions & 0 deletions profiles/Siddharth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Siddharth

### Location

Dehradun/INDIA

### Academics

B.Tech in CSE AIML from UPES, Dehradun

### Profile Link

[Siddharth Joshi](https://github.com/0-SiddharthJoshi-0)
Binary file added scripts/a.out
Binary file not shown.
6 changes: 6 additions & 0 deletions scripts/hello_world_siddharthJoshi.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include <iostream>

int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}
Loading