- or download this
create table speedtest (
id integer,
...
curr2 varchar2(6),
price2 number
);
- or download this
#!/usr/local/bin/perl
...
exit 0;
__END__
- or download this
//
// g++ -std=c++11 -Wall -g speedtest.cpp -I/usr/local/include
...
return 0;
}