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
- Host: GitHub
- URL: https://github.com/marius-test/retro_programming
- Owner: marius-test
- Created: 2025-06-19T15:49:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T21:43:40.000Z (9 months ago)
- Last Synced: 2025-06-27T22:34:34.741Z (9 months ago)
- Topics: cpp, fortran, pascal, retrocomputing, retroprogramming
- Language: C++
- Homepage: https://github.com/marius-test/retro_programming
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.