Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```