Detect C++ language from all C++ file extensions

This commit is contained in:
Alan Hamlett 2019-03-11 11:20:23 +09:00
parent 9b2eabe568
commit 540557e998
15 changed files with 21 additions and 2 deletions

View file

View file

@ -0,0 +1,8 @@
#include <stdio.h>
#include <openssl/rand.h>
main()
{
printf("Hello World\n");
return 0;
}

View file

View file