Skip to content

brute force hello world in as many languages as I can do it in

License

Notifications You must be signed in to change notification settings

Susseratal/brute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What?

This is a silly bit of fun to practice programming in different languages, and it's more interesting than writing normal hello world programs
All compiled languages are decompiled and should be built using the necessary tool i.e. dotnet build, make, java/javac etc...

Usage on compiled binaries:

    ./brute <-m/-f> <"message"/file.txt>

or

    python brute.py <-m/-f> <"message"/file.txt>

This was inspired by someone who wrote this in ruby
Languages I have done myself:

    - [x] Python
    - [x] C#
    - [x] C++
    - [x] Java

About

brute force hello world in as many languages as I can do it in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published