Skip to content

Here's a silly Github repo that tries to make a Docker image that counts from 1 to 10000, all as light as possible!

Notifications You must be signed in to change notification settings

Wiibleyde/TheSmallestLittleThing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheSmallestLittleThing

Description

Can we make the smallest little program ?

It's supposed to be a simple program that counts from 1 to 10000 in assembly language. It's also supposed to have a final size of 5KB.

Usage (Linux)

Made for x86-64 Linux. To compile and run:

./build_run.sh

Usage Docker

docker build . -t wiibleyde/smallthing:latest
docker run --rm -it wiibleyde/smallthing:latest

About

Here's a silly Github repo that tries to make a Docker image that counts from 1 to 10000, all as light as possible!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages