Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 151 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 151 Bytes

sedbf

loop未対応

usage

$ sed -f ./hello_world.bf > hello_world.s
$ gcc hello_world.s -o hello_world
$ ./hello_world
Hello World!