Skip to content

Instantly share code, notes, and snippets.

@bonprosoft
Created November 6, 2012 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonprosoft/4025694 to your computer and use it in GitHub Desktop.
Save bonprosoft/4025694 to your computer and use it in GitHub Desktop.
VBCPP StdBuilder SampleCode
&&entry = "Main"
&&<code language="VB">
Public Sub Main()
Console.WriteLine("VB: Hello,World! Hey,Brainf**k!")
Console.Write("Brainf**k: ")
'Brainf**kのプログラムを呼び出します
BFHello()
End Sub
&&</code>
&&<comment>Hello,World!を出力した後、echoを行います。</comment>
&&<code language="BF" methodName="BFHello">
+++++++++[>++++++++>+++++++++++>+++++<<<-
]>.>++.+++++++..+++.>-.------------.<++++++++.--------.
+++.------.--------.>+.
+[>,.<]
&&</code>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment