Your IP : 3.144.98.61
Current Path :
/
opt
/
alt
/
ruby30
/
share
/
gems
/
gems
/
rake-13.0.3
/
doc
/
example
/
Upload File :
Current File : //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; }