Austen

283
reputation
1
4
16

I'm an 19 year old software engineering student trying to learn to make cool things.

<?php
if($page == "profile"){
echo "I am a novice in php";
} else {
die(); //Seriously, didn't want you here anyway!!
}

?>

Rwar

#include stdio.h
int main(){ printf("I am a beginner in C"); }

Rwar

<html><p>I am a HTML pro</p></html>

Rwar

<script>document.write("Noob like skills in JS")</script>