Skip to content

Latest commit

Β 

History

History
28 lines (23 loc) Β· 796 Bytes

File metadata and controls

28 lines (23 loc) Β· 796 Bytes

Random Code Collection

Overview

This repository contains a collection of random code snippets, scripts, and small projects
written in multiple programming languages.
It's meant for learning, experimenting, and having fun with code.

Languages Included

  • Python 🐍
  • JavaScript 🌐
  • HTML / CSS 🎨
  • C / C++ βš™οΈ
  • Assembly β˜•
  • More coming soon...

Purpose

  • Practice different programming concepts.
  • Explore syntax differences between languages.
  • Create mini-projects for fun.
  • Share reusable code with others.

How to Use

  1. Browse the folders for your desired language.
  2. Open any file and run it using the respective compiler/interpreter.
  3. Modify the code to experiment.
  4. Share your own code via pull requests.

Note: This repo is purely for education