Skip to content

Commit 93276fb

Browse files
author
Miqueas
committed
"Archived" some examples
1 parent 33326b4 commit 93276fb

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
zlib License
22

3-
Copyright (c) 2021 - 2022 Miqueas Martinez
3+
Copyright (c) 2021 - 2023 Miqueas Martinez
44

55
This software is provided 'as-is', without any express or implied
66
warranty. In no event will the authors be held liable for any damages
File renamed without changes.

Github.d renamed to archive/Github.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct GthUserItem {
1414
this(long count) {
1515
this.count = to!int(count);
1616
// The length will change later
17-
this.arr = new string[0];
17+
this.arr = new string[0];
1818
}
1919
}
2020

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)