<< 30/89 >>
First Last

int loop() {}

C に見えるけど Ruby コード

  #include <stdio.h>
 
#include <stdlib.h>
 
 
int loop() {
    puts
("Hello, world!");
   
exit(0);
 
}

http://github.com/shinh/test/blob/014d475797f697d8f69017a3ce9517a46cdb9fcb/hello_ruby.rb