type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
#include <stdio.h> | |
#include <string.h> | |
char s[100]; | |
int top; | |
void Init() | |
{ | |
top = -1; | |
} |