Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Auto Create Issue - 47 (#5542)
Browse files Browse the repository at this point in the history
Co-authored-by: Harsh Raj <harshraj8843@users.noreply.github.com>
  • Loading branch information
harshraj8843 and harshraj8843 authored Mar 22, 2024
1 parent 560538c commit 1bcf78b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions program/data/programs.json
Original file line number Diff line number Diff line change
Expand Up @@ -788,8 +788,8 @@
"contributor": "magar51",
"createdAt": "2024-03-22T14:41:08.349Z",
"createdIssueNumber": "5514",
"publishedAt": "",
"created": false
"publishedAt": "2024-03-22T14:43:05.388Z",
"created": true
},
{
"title": "Convert time from 12-hour to 24-hour format",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Convert temperature from Celsius to kelvin
trackId: 5541
---

## Write a program to convert temperature from celsius to kelvin

```
Input ( C ) : -40
Output ( K ) : 233.15
```

---

1 comment on commit 1bcf78b

@vercel
Copy link

@vercel vercel bot commented on 1bcf78b Mar 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.