ব্রেনফাক, 145 বাইট
+++++++++[>++++++++++<-]>+[>+>+<<-]>>++>,>+++++++++[<----->-]<--->>>,>+++++++++[<----->-]<--->++++++++++<[<<<[>+>+<<-]>[<<<.>.>>-]>[<<+>>-]>>.<-]
এটি অনলাইন চেষ্টা করুন!
আমার প্রথম কোড গল্ফ! হ্যাঁ!
ইনপুটটি ascii + 48 এ রয়েছে, সুতরাং 50, 50 করতে আপনাকে অবশ্যই খ, বি (98 এর জন্য এসকি অক্ষর) ইনপুট করতে হবে
ব্যাখ্যা
+++++++++[>++++++++++<-]>+ Get the opening square bracket into first position
[>+>+<<-] Get it into the second and third position
>>++ Get the third position to be the closing bracket
>
,>+++++++++[<----->-]<--- Get first number into fourth cell
>>>
,>+++++++++[<----->-]<--- Get second number into seventh cell
>++++++++++ get newline into 8th position
<
[ Start our height loop
<<<[>+>+<<-] Get the width into the fifth and sixth positions
>[ Start our width loop at the fifth position
<<<.>. Print the second and third positions
>>-] Decrement the fifth position
>
[<<+>>-] copy the sixth position into the fourth position
>>. print newline
<-]