-
Notifications
You must be signed in to change notification settings - Fork 145
Helloworld #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
LSStefan
wants to merge
6
commits into
rosedu:cdl-06
Choose a base branch
from
LSStefan:helloworld
base: cdl-06
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Helloworld #240
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
25369dc
README: Improve description of helloworld task
razvand 2ce9746
Update README.md
AntonieValentin 42a60e7
fixat dynamic-linking.ro.md
LSStefan ac78d36
AM fixat erorile :D
LSStefan 3e3a513
helloworld.md
LSStefan 8d810cc
mymarkdown
LSStefan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Helloworld Programs | ||
|
|
||
| We list below Helloworld programs for different programming languages, i.e., programs that print `"Hello, World!"`. | ||
| The specified compiler or interpreter is required for each programming language. | ||
|
|
||
| The table below summarizes the programs: | ||
|
|
||
| | Language | Spec / Site | Section | Build / Run Toolchain | Debian / Ubuntu Packages | | ||
| |----------------|------------------|----------------|-------------------------------|-------------------------| | ||
| | C | The Standard - C | C | GCC | build-essential | | ||
| | C++ | The Standard - C++| C++ | GCC / G++ | build-essential, g++ | | ||
| | D | D Programming Lang| Dlang | GCC / GDC | build-essential, gdc | | ||
| | Go | Go Programming | Go | Go | golang | | ||
| | Rust | Rust Lang | Rust | Rust (Crate) | rustlang | | ||
| | Java | Java Lang | Java | JDK | openjdk-17-jdk | | ||
| | x86_64 Assembly| x86_64 ISA | Assembly | GCC / GAS | build-essential | | ||
| | ARM64 Assembly | ARM64 ISA | Assembly | GCC / GAS (AArch64) | build-essential | | ||
| | Bash | Bash Reference | Bash | Bash | bash | | ||
| | Python | Python.org | Python | Python | python | | ||
| | Ruby | Ruby Lang | Ruby | Ruby | ruby | | ||
| | PHP | PHP | PHP | PHP | php | | ||
| | Perl | Perl Lang | Perl | Perl | perl | | ||
| | Lua | Lua Lang | Lua | Lua | lua | | ||
|
|
||
| --- | ||
|
|
||
| ## Programs | ||
|
|
||
| ### C | ||
| ```c | ||
| #include <stdio.h> | ||
| int main(void) | ||
| { | ||
| puts("Hello, World!"); | ||
| return 0; | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| # My Awesome Markdown Demo 🚀 | ||
|
|
||
| Welcome to my **Markdown playground**! Below you’ll find examples of almost every Markdown feature you asked for. | ||
|
|
||
| --- | ||
|
|
||
| ## Table of Contents | ||
| 1. [Introduction](#introduction) | ||
| 2. [Lists](#lists) | ||
| 3. [Code Snippet](#code-snippet) | ||
| 4. [Table](#table) | ||
| 5. [Link](#link) | ||
| 6. [Image](#image) | ||
|
|
||
| --- | ||
|
|
||
| ## Introduction | ||
|
|
||
| Markdown is a lightweight markup language. It allows you to write formatted text using a simple plain-text syntax. | ||
| Here’s a fun emoji for you: 😎 | ||
|
|
||
| --- | ||
|
|
||
| ## Lists | ||
|
|
||
| ### Unordered List | ||
| - Apples 🍎 | ||
| - Bananas 🍌 | ||
| - Cherries 🍒 | ||
|
|
||
| ### Ordered List | ||
| 1. Wake up 🌅 | ||
| 2. Code some Python 🐍 | ||
| 3. Drink coffee ☕ | ||
| 4. Push commits to GitHub 💻 | ||
|
|
||
| --- | ||
|
|
||
| ## Code Snippet | ||
|
|
||
| Here’s a Python example: | ||
|
|
||
| ```python | ||
| def greet(name): | ||
| print(f"Hello, {name}!") | ||
|
|
||
| greet("Stefanita") |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aici mai ai de lucru