OwlCyberSecurity - MANAGER
Edit File: main.c
#include <stdio.h> extern void a(); extern void b(); int main () { a(); b(); return 0; }