Skip to content

Commit 263460a

Browse files
authored
Update 0076.md
1 parent d343d39 commit 263460a

File tree

1 file changed

+3
-7
lines changed
  • dsa-solutions/gfg-solutions/Basic

1 file changed

+3
-7
lines changed

dsa-solutions/gfg-solutions/Basic/0076.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
id: start-coding
33
title: Start Coding
44
sidebar_label: 0076 Start Coding
5-
tags:
6-
- Python
7-
- C
8-
- C++
9-
- Java
10-
description: "This docu,ent provides solutions to print "Hello World" in various programming languages"
5+
tags: [Python, C, Cpp, Java]
6+
description: "This document provides solutions to print Hello World in various programming languages"
117
---
128

139
## Problem
@@ -57,4 +53,4 @@ void printHello() {
5753
```
5854

5955
- **Time Complexity:** $O(1)$
60-
- **Auxiliary Space:** $O(1)$
56+
- **Auxiliary Space:** $O(1)$

0 commit comments

Comments
 (0)