虹裏img歴史資料館 - imgの文化を学ぶ

ここでは虹裏imgのかなり古い過去ログを閲覧することができます。

  • iOSアプリ 虹ぶら AppStoreで無料配布中
  • String ... のスレッド詳細

    削除依頼やバグ報告はメールフォームにお願いします。 個人情報,名誉毀損,侵害等について積極的に削除しますので、メールフォームより該当URLをご連絡いただけると助かります

    20/05/11(月)21:24:14 No.688192477

    String openis = "おぺにす..."; void openisSerch (int diameter){ if(13 > diameter){ sytem.out.print(openis); }else{}

    1 20/05/11(月)21:28:07 No.688193972

    fn searchOpenis(diameter: i32) { let openis = "おぺにす..."; if (13 > diameter) { printfn!(openis); } }

    2 20/05/11(月)21:40:56 No.688199062

    my $p = "おぺにす..."; &openisSerch($diameter); sub openisSerch { my $d = shift; if (13 > $d) print $p; }

    3 20/05/11(月)21:43:56 No.688200197

    各言語のおぺにすが集まってくる

    4 20/05/11(月)21:54:41 No.688204352

    section .text global _start _start: mov eax,4 mov ebx,1 mov ecx,msg mov edx,length int 0x80 mov eax,1 int 0x80 section .data msg db 'openis',0xa length equ $ - msg

    5 20/05/11(月)21:59:40 No.688206289

    これがオペランド…

    6 20/05/11(月)22:09:26 No.688210437

    じゃば rust perl asm かな