https://github.com/zetavg/201411-oshw1
舉頭望明月,低頭寫作業。
https://github.com/zetavg/201411-oshw1
Last synced: 2 months ago
JSON representation
舉頭望明月,低頭寫作業。
- Host: GitHub
- URL: https://github.com/zetavg/201411-oshw1
- Owner: zetavg
- Created: 2014-11-27T14:36:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-27T14:36:25.000Z (over 10 years ago)
- Last Synced: 2025-04-01T22:59:54.121Z (3 months ago)
- Language: C
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSHW1 - Shared Memory
## Requirements
[Here](http://i.imgur.com/wgpF7N9.jpg)
## Screenshot

## Compile & Run
```
gcc a.c -o a
./a
``````
gcc b.c -o b
./b
```