Skip to content

Instantly share code, notes, and snippets.

View iqbalmauludy's full-sized avatar

Iqbal Mauludy iqbalmauludy

View GitHub Profile
{
// Boxy Yesterday
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme",
"theme": "Boxy Yesterday.sublime-theme",
}
@iqbalmauludy
iqbalmauludy / Sample.js
Last active December 26, 2016 05:20
ini merupakan sebuah sample untuk post
if ($coffee) {
echo "Kopi nya itam gan!"; //akan tampil jika True
} else {
echo "Kopinya kok putih ya? sianida mungkin!"; //akan tampil jika False
}
@iqbalmauludy
iqbalmauludy / hello.php
Last active November 6, 2016 09:23
hello world
main(){
extrn a,b,c;
putchar(a); putchar(b); putchar(c); putchar('!*n');
}
a 'hell';
b 'o, w';
c 'orld';