Your IP : 3.145.43.92


Current Path : /proc/self/root/proc/self/root/opt/alt/ruby30/share/gems/gems/rake-13.0.3/doc/example/
Upload File :
Current File : //proc/self/root/proc/self/root/opt/alt/ruby30/share/gems/gems/rake-13.0.3/doc/example/main.c

#include <stdio.h>

extern void a();
extern void b();

int main ()
{
    a();
    b();
    return 0;
}

?>