Files
codeql-external-data/simple.c
2021-09-29 13:03:36 -07:00

6 lines
92 B
C

#include <stdio.h>
int main(int argc, char* argv[]) {
printf("hello from simple\n");
}