RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
239 stars 26 forks source link

add shebang to 3bc examples #323

Closed RodrigoDornelles closed 2 years ago

RodrigoDornelles commented 2 years ago

this makes scripts in 3bc run automatically when invoked, eg. ./helloworld.3bc

How To

add this to the first line of every .3bc example file.

#!/usr/bin/env 3bc