Skip to content

Momokh99/tp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TP — Travaux Pratiques

A collection of programming exercises I worked on while learning.

Languages

  • C — conditionals, loops, arrays, sorting, functions
  • Python — algorithmic exercises, string manipulation, mini-games (python/)
  • Lua — basic programming constructs
  • Assembly — low-level programming (assemb/)

Structure

  • c/ — C programs
  • python/ — Python exercises
  • lua/ — Lua exercises
  • assemb/ — Assembly exercises

Usage

# C
gcc file.c -o file && ./file

# Python
python3 python/file.py

# Lua
lua file.lua

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors