8 lines
73 B
C
8 lines
73 B
C
|
#include "ruby.h"
|
||
|
|
||
|
int main(void)
|
||
|
{
|
||
|
ruby_show_version();
|
||
|
return 0;
|
||
|
}
|