Skip to content

Commit

Permalink
challenges fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Jun 12, 2024
1 parent 8999756 commit 8e78505
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions challenges/challenges.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,18 @@
"created_at": "2024-06-10T00:00:00Z",
"updated_at": "2024-06-10T00:00:00Z"
},
{
"id": 3,
"title": "Mathematical operations",
"slug": "mathematical-operations",
"short_description": "Practice mathematical operations in Rust, including addition, subtraction, multiplication, and division.",
"language": "RUST",
"difficulty": "BEGINNER",
"track": "RUST_BASICS",
"tags": [],
"created_at": "2024-04-20T00:00:00Z",
"updated_at": "2024-04-20T00:00:00Z"
},
{
"id": 28,
"title": "Sum of Array",
Expand All @@ -92,8 +104,8 @@
"difficulty": "BEGINNER",
"track": "RUST_BASICS",
"tags": ["arrays", "basic operations"],
"created_at": "2024-06-10T00:00:00Z",
"updated_at": "2024-06-10T00:00:00Z"
"created_at": "2024-06-12T00:00:00Z",
"updated_at": "2024-06-12T00:00:00Z"
},
{
"id": 29,
Expand All @@ -104,8 +116,8 @@
"difficulty": "BEGINNER",
"track": "RUST_BASICS",
"tags": ["tuples", "basic operations"],
"created_at": "2024-06-10T00:00:00Z",
"updated_at": "2024-06-10T00:00:00Z"
"created_at": "2024-06-12T00:00:00Z",
"updated_at": "2024-06-12T00:00:00Z"
},
{
"id": 30,
Expand All @@ -116,8 +128,8 @@
"difficulty": "BEGINNER",
"track": "RUST_BASICS",
"tags": ["unit type", "basic operations"],
"created_at": "2024-06-10T00:00:00Z",
"updated_at": "2024-06-10T00:00:00Z"
"created_at": "2024-06-12T00:00:00Z",
"updated_at": "2024-06-12T00:00:00Z"
},
{
"id": 2,
Expand All @@ -131,18 +143,6 @@
"created_at": "2024-04-20T00:00:00Z",
"updated_at": "2024-04-20T00:00:00Z"
},
{
"id": 3,
"title": "Mathematical operations",
"slug": "mathematical-operations",
"short_description": "Practice mathematical operations in Rust, including addition, subtraction, multiplication, and division.",
"language": "RUST",
"difficulty": "BEGINNER",
"track": "RUST_BASICS",
"tags": [],
"created_at": "2024-04-20T00:00:00Z",
"updated_at": "2024-04-20T00:00:00Z"
},
{
"id": 4,
"title": "Fizz Buzz",
Expand Down

0 comments on commit 8e78505

Please sign in to comment.