Giter Site home page Giter Site logo

linked_list_leet's Introduction

Hello World!

Summary

This small project was created as a light-hearted response to a friend's request for a unique implementation of a 'Hello World' program. The challenge involved creating a 'Hello World' program using a linked list, with each node containing a single letter, which is then printed. Essentially, the program functions in two distinct ways. The first mode produces the standard 'Hello World' output. The second mode involves passing arguments to the program, which are then concatenated and printed as a single string.

Compilation

  1. Clone the repository:
git clone https://github.com/Guiribei/hello_world.git
  1. Change to the repository directory:
cd hello_world
  1. Compile the project using the provided Makefile:
make

Example Usage

You can either run the program with or without any arguments. If you do pass any argument they will be concatenated and printed as a single string.

./hello

The output will be:


$ Hello World!

Or you can use arguments:

./hello some arguments

The output will be:


$ some arguments

linked_list_leet's People

Contributors

guiribei avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.