Files
funnygame/asmrigs/tests/004.b

9 lines
73 B
Brainfuck

main()
{
extrn something;
auto a, b;
a = 10;
b = a + 5;
return b;
}