From 1dbb08d00c2bf4e13db661fbbd208c374f0ed265 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 27 Apr 2015 11:14:03 +0200 Subject: [PATCH] Remove last highlight block --- ...013-03-01-programming-as-i-see-it.markdown | 23 ++++++++----------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/_posts/2013-03-01-programming-as-i-see-it.markdown b/_posts/2013-03-01-programming-as-i-see-it.markdown index 94915a5..6bc2af9 100644 --- a/_posts/2013-03-01-programming-as-i-see-it.markdown +++ b/_posts/2013-03-01-programming-as-i-see-it.markdown @@ -9,19 +9,15 @@ author: email: gergely@polonkai.eu --- -Since my age of around 11, I write code. I began with BASIC, which is, well, -the most basic language I have ever seen. Simply writing - -{% highlight basic %} -10 PRINT "Hello World!" -{% endhighlight %} - -does the job (with Assembly it would be tens of lines as I recall). Then I -moved to Pascal, then Delphi (which is basically the same thing). The next step -was a bit longer, as I started learning more languages after this, like Perl -(for dynamic web pages), C (for desktop applications), TCL (for eggdrop -programming. Yes, I might have been a weird kid), PHP (again, for dynamic web -pages. It was becoming mainstream back then). +Since my age of around 11, I write code. I began with BASIC, which is, +well, the most basic language I have ever seen. Simply writing +10 PRINT "Hello World!" does the job (with Assembly it +would be tens of lines as I recall). Then I moved to Pascal, then +Delphi (which is basically the same thing). The next step was a bit +longer, as I started learning more languages after this, like Perl +(for dynamic web pages), C (for desktop applications), TCL (for +eggdrop programming. Yes, I might have been a weird kid), PHP (again, +for dynamic web pages. It was becoming mainstream back then). Many of my classmates looked down on me, as they thought I was a geek (hell I was, but I wouldn’t have confessed it then), and called me a nerd. For a few @@ -64,4 +60,3 @@ spin). #### Art #### Magic -