Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adsjcet/ds-lab
S3 AD DS-LAB
https://github.com/adsjcet/ds-lab
Last synced: 4 days ago
JSON representation
S3 AD DS-LAB
- Host: GitHub
- URL: https://github.com/adsjcet/ds-lab
- Owner: ADSJCET
- Created: 2022-09-27T17:49:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T10:22:04.000Z (almost 2 years ago)
- Last Synced: 2023-06-02T11:45:18.576Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 51.8 KB
- Stars: 3
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### just a basics
#### Create a folder
```
mkdir yourname
```#### Open terminal or CMD
```
cd yourname
```#### Create a file ( after editing the file don't forget close it )
```
gedit example.c
```#### compile it using GNU Compiler Collection
```
gcc example.c
```#### compile it using GNU Compiler Collection
```
./a.out
```