Skip to content

Commit c02cc7a

Browse files
added c++
1 parent c99ac7d commit c02cc7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
'description': 'Get started with Java and object-oriented programming for building robust applications.'
9292
}
9393

94-
CSharp = {
95-
'courseName': 'C#',#used on search results
94+
C++ = {
95+
'courseName': 'C++',#used on search results
9696
'name': 'C# Essentials',
97-
'logo': 'csharp-plain',
97+
'logo': 'cplusplus-plain',
9898
'difficulty': 'Beginner',
9999
'duration': '2 weeks',
100100
'rating': '4.5',

0 commit comments

Comments
 (0)