mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 08:51:52 +08:00
8 lines
73 B
C
8 lines
73 B
C
#include "ruby.h"
|
|
|
|
int main(void)
|
|
{
|
|
ruby_show_version();
|
|
return 0;
|
|
}
|