Files
codeql-cpp-ast/src/example.cpp
Michael Hohn c93451f34f first version
2021-09-09 18:00:24 -07:00

5 lines
83 B
C++

#include <cstdio>
int main(int argc, char** argv) {
printf("hello world\n");
}