mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-01-26 19:09:06 +00:00
8 lines
73 B
C
8 lines
73 B
C
#include "ruby.h"
|
|
|
|
int main(void)
|
|
{
|
|
ruby_show_version();
|
|
return 0;
|
|
}
|