Your IP : 18.217.242.39


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

#include <stdio.h>

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

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

?>