Add .clang-format and rename to vuln.c

This commit is contained in:
Johannes Maier
2024-01-05 17:39:30 +01:00
parent 1ef96d8206
commit 8176a353c1
3 changed files with 6 additions and 1 deletions

6
vuln.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Hello, World!\n");
return 0;
}