Happy Birthday KDE: Difference between revisions

Aman T S (talk | contribs)
Tag: wikieditor
Fixes in Shell and Lua
Tag: visualeditor
 
(4 intermediate revisions by 2 users not shown)
Line 23: Line 23:
You can login to your wiki account and then use  
You can login to your wiki account and then use  


2 hiphens annd 4 tildas to add your name to any of the language you are interested in. refer to the source below for reference.
2 hiphens and 4 tildas to add your name to any of the language you are interested in. refer to the source below for reference.




Line 97: Line 97:


=== Rust ===
=== Rust ===
--[[User:Bheem|Bheem]] ([[User talk:Bheem|talk]]) 02:33, 21 October 2024 (IST)
<u>GNU LINUX</u>
<u>GNU LINUX</u>
   # Download and install the rust compiler
   1 Download and install the rust compiler
   # Write the happy birthday code in a file with extension .rs
   2 Write the happy birthday code in a file with extension .rs
   # save and run the code by typing ./HBD-KDE in the terminal  
   3 save and run the code by typing ./HBD-KDE in the terminal  
   # You will get the output in the terminal
   4 You will get the output in the terminal


=== Swift ===
=== Swift ===
Line 122: Line 124:


=== Shell ===
=== Shell ===
-- [[User:HarshvardhanJ|HarshvardhanJ]]
<u>GNU Linux</u>
# Clone the shell file or copy its content into a shell file
# use<code>sudo chmod +x hbd-kde.sh</code>, to make it executable
# run <code>./hbd-kde.sh</code> to print out the text in the terminal


=== Scala ===
=== Scala ===
Line 128: Line 137:


=== Lua ===
=== Lua ===
-- [[User:HarshvardhanJ|HarshvardhanJ]]
# Download and install Lua compiler
# Clone the hbd-kde.lua file or copy its content into a lua file
# Use <code>lua hbd-kde.lua</code> to print out the text


=== Julia ===
=== Julia ===