Skip to content

Commit 29b5019

Browse files
Adding cpp file for GH Languages percentage
1 parent f5e7a97 commit 29b5019

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cpp_file_for_gh.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// Cliff note - I've burned hours and hours trying to get the GitHub Languages percentage
2+
// histogram to be correct with respect to having C++ files in the Presentations repo.
3+
//
4+
// So this file is simply a C++ file that doesn't really do anything.
5+
6+
int main() {
7+
return 0;
8+
}

0 commit comments

Comments
 (0)