Skip to content

jewel/nand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAND Shell

The unix philosophy is that every program does one thing and does it well. Taken to extreme, the only program we need is nand.

Installation

git clone https://github.com/jewel/nand.git
cd nand

Usage

export PATH=.:$PATH
nand 0 0
# Should output "1"
2bit-adder 0 1 1 0

# Should output "1 1"

About

Implementation of nand in bash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages