Pertama klik link berikut.
http://tohtml.com/Lalu pada kotak Type pilih main: C.
Kemudian, pada kotak Source code ketiklah kode program yang ingin "diberi warna" lalu klik tombol highlight
Biar mudah, copy saja kode yang ada di preview lalu paste ke blog.
#include <stdio.h> int main(int argc, char* argv[]) { printf("Hello world"); return 0; }
Sekian, semoga bermanfaat :D
Post a Comment