Skip to content

Commit

Permalink
add funding.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Jan 2, 2024
1 parent 5a1e68b commit 3aa8c30
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: KunalSin9h
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/livejq.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use serde_json::Value;
use std::io::{self, BufRead};

fn main() {
println!("")
let stdin = io::stdin();
let reader = stdin.lock();

Expand Down

0 comments on commit 3aa8c30

Please sign in to comment.