Skip to content

Commit 705dc17

Browse files
authored
Add D♭♭ (#961)
1 parent 8ef9b4c commit 705dc17

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

d/D♭♭

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#include <stdio.h>
2+
int main() {
3+
printf("Hello World");
4+
return 0;
5+
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
270270
* [DUP](d/DUP.dup)
271271
* [Dylan](d/Dylan.dl)
272272
* [Dyvil](d/Dyvil.dyv)
273+
* [D♭♭](d/D♭♭)
273274
* [E](e/E.e)
274275
* [e62qpodb593](e/e62qpodb593)
275276
* [EBuild](e/EBuild.ebuild)

0 commit comments

Comments
 (0)