Jump to content

Happy Birthday KDE: Difference between revisions

Line 31: Line 31:


=== C ===
=== C ===
-- [[User:Saliaku|saliaku]] ([[User talk:Saliaku|talk]]) 20:13, 17 October 2024 (IST)
<u>GNU Linux</u>
# Choose a text editor of your choice
# Type codes snippet mentioned here and save it as HBD-KDE.c
# gcc and other required packages can be easily installed by running ``sudo apt install build-essentials``
# open terminal
# Use cd command to navigate to the folder where the HBD-KDE.c file is saved
# Run gcc HBD-KDE.py to compile the program
# You would get a file named a.out , which is the binary output file
# You can run this file by running ``./a.out``


=== C++ ===
=== C++ ===
98

edits