mirror of
https://github.com/hohn/codeql-cpp-ast.git
synced 2025-12-16 14:23:04 +01:00
5 lines
83 B
C++
5 lines
83 B
C++
#include <cstdio>
|
|
|
|
int main(int argc, char** argv) {
|
|
printf("hello world\n");
|
|
} |