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

Update README.md

parent fb4b74fc
No related branches found
No related tags found
No related merge requests found
......@@ -16,12 +16,20 @@
* Programming Languages
- low level -> abstract
- C Hello World, [C Standard Libraries](https://en.wikipedia.org/wiki/C_standard_library)
```bash
gcc -o hello_world hello_world.c
./hello_world
```
```
gcc -o hello_world hello_world.c
./hello_world
```
- Javascript Hello World
```
javac HelloWorld.java
java HelloWorld
```
- NodeJS Hello World
```
node hello_world_node.js
# and then visit in a browser http://localhost:8081
```
- Debugging/Testing
* Programming Embedded Systems
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment