Skip to content

Commit

Permalink
!!
Browse files Browse the repository at this point in the history
  • Loading branch information
sirupsen committed Jul 31, 2012
1 parent 21c2693 commit c182b93
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
@@ -1,9 +1,16 @@
# h programming language

Usage:
You can run it with a `h` program:

```bash
$ cat script.h
$ h script.h
Hello world
```

Or pass it `h` directly:

```bash
$ h -e ""
Hello world
```

0 comments on commit c182b93

Please sign in to comment.