mirror of
https://github.com/hohn/codeql-cpp-ast.git
synced 2025-12-18 07:03:04 +01:00
first version
This commit is contained in:
5
src/example.cpp
Normal file
5
src/example.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <cstdio>
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
printf("hello world\n");
|
||||
}
|
||||
Reference in New Issue
Block a user