[general] rename *.cpp -> *.cc

This commit is contained in:
Philippe Tillet
2019-08-23 19:06:39 -07:00
parent 6158d96ff7
commit 732156b942
44 changed files with 10 additions and 19 deletions

7
python/examples/lol.cc Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main(){
const char* TEST = "test\n";
const char* LOL = "lol\n";
printf("%s\n",DTYPE);
}