Skip to content
Snippets Groups Projects
Commit fb4b74fc authored by Thrasyvoulos Karydis's avatar Thrasyvoulos Karydis
Browse files

Update README.md

parent 232ac298
No related branches found
No related tags found
No related merge requests found
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
* Programming Languages * Programming Languages
- low level -> abstract - low level -> abstract
- C Hello World, [C Standard Libraries](https://en.wikipedia.org/wiki/C_standard_library) - C Hello World, [C Standard Libraries](https://en.wikipedia.org/wiki/C_standard_library)
```bash ```bash
gcc -o hello_world hello_world.c gcc -o hello_world hello_world.c
./hello_world ./hello_world
``` ```
- Javascript Hello World - Javascript Hello World
- NodeJS Hello World - NodeJS Hello World
- Debugging/Testing - Debugging/Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment