This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// Boxy Yesterday | |
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Yesterday.tmTheme", | |
"theme": "Boxy Yesterday.sublime-theme", | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ($coffee) { | |
echo "Kopi nya itam gan!"; //akan tampil jika True | |
} else { | |
echo "Kopinya kok putih ya? sianida mungkin!"; //akan tampil jika False | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main(){ | |
extrn a,b,c; | |
putchar(a); putchar(b); putchar(c); putchar('!*n'); | |
} | |
a 'hell'; | |
b 'o, w'; | |
c 'orld'; |
NewerOlder