mirror of
https://github.com/hohn/codeql-external-data.git
synced 2025-12-16 14:23:03 +01:00
6 lines
92 B
C
6 lines
92 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char* argv[]) {
|
|
printf("hello from simple\n");
|
|
}
|