[general] rename *.cpp -> *.cc
This commit is contained in:
7
python/examples/lol.cc
Normal file
7
python/examples/lol.cc
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
const char* TEST = "test\n";
|
||||
const char* LOL = "lol\n";
|
||||
printf("%s\n",DTYPE);
|
||||
}
|
Reference in New Issue
Block a user