1
0
镜像自地址 https://github.com/coolaj86/fizzbuzz.git 已同步 2024-11-16 17:29:04 +00:00

modified readme for stack implementation

这个提交包含在:
AJ ONeal 2011-08-15 13:00:01 -06:00
父节点 630b6ffdf5
当前提交 cb4b8e64c4

查看文件

@ -23,9 +23,17 @@ The storage strategy may
The implementation must pass the following test suite `queue-test.c`
tar xf stack.tar.gz ~/
tar xf stack.tar.gz -C ~/
cd ~/stack
mkdir build
mkdir -p build
cd build
cmake ../
make
./stack-test
Prep
===
rm -rf stack/stack.c
touch stack/stack.c
tar czf stack.tar.gz stack/