want to get into programming.

what language do i start with?

@muppup Depends what you want to make, really. Desktop apps? Phone apps? Websites? Games?
@kzurawel pretty good question. already know some basic html/css stuff but being able to make games would be cool. Or, at least, getting acquainted with programming languages to the point where making games is no longer tedious
@muppup I might be biased (I'm a front-end dev) but you'd probably want to learn JavaScript. Lets you do more things on the web, and there are plenty of JavaScript-based game engines (Phaser, rot.js, and more). You can post your games on a website, which is nice.
@muppup Prob Java. It's one of the most popular and imo very intuitive. Also, knowing Java makes a lot of other languages easier to learn because of common parallels.