CodeNewbie Community 🌱

Discussion on: What was the first thing you ever built with code?

Collapse
 
noviicee profile image
Novice • Edited

A terminal-based application, which took name and address as inputs, and returned a friendly message that "Hi [name], your items are shipped to [address]." ;)

It's true.

Made it in C-language. (It was the first programming language that I learnt :)