An open API service indexing awesome lists of open source software.

https://github.com/marius-test/retro_programming


https://github.com/marius-test/retro_programming

cpp fortran pascal retrocomputing retroprogramming

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# retro_programming

This folder is my playground for experimenting with some classic programming languages:
**C++**, **Fortran**, and **Pascal**.

I write simple programs and scripts here to satisfy my curiosity and have fun exploring these languages.

Includes 3 folders with "Hello World" programs in C++, Fortran, and Pascal, compiled and ready to run.

Also contains a `tasks.json` configured for VSCode to compile any of the three by pressing **Ctrl + Shift + B** on Windows.