Your IP : 18.191.14.104
Current Path :
/
opt
/
alt
/
ruby33
/
share
/
gems
/
gems
/
rake-13.1.0
/
doc
/
example
/
Upload File :
Current File : //opt/alt/ruby33/share/gems/gems/rake-13.1.0/doc/example/main.c
#include <stdio.h> extern void a(); extern void b(); int main () { a(); b(); return 0; }