Hello all!
About a week or 2 ago I wanted to brush up on my C coding. So I had a very simple goal of writing a C program to minify a real simple html file. This C file in fact: #+BEGIN_HTML <html> <head> <title>Bootstrap 101 Template</title> </head> <body> <h1>Hello, world!</h1> </body> </html> #+END_HTML Anyway, I wrote a very basic parser, and I'm probably doing a lot of things wrong, but I am learning C! Thanks, Joshua