ThePrimeagen / ts-rust-zig-deez

605 stars 160 forks source link

(Java) fixing Dockerfile typo #278

Open RafRunner opened 10 months ago

RafRunner commented 10 months ago

I accidentally typed fac(pow(10)) instead of puts(fac(10)) in the example program in the CMD of the Dockerfile, which just leads to an error because fac is not defined.

RafRunner commented 9 months ago

I've included some cleanups and minor typo fixes. I'm open to suggestions.