Skip to content

Instantly share code, notes, and snippets.

@saifiahmada
Created August 10, 2016 12:11
Show Gist options
  • Save saifiahmada/53d6761ed80250c916b017c3275e6ac2 to your computer and use it in GitHub Desktop.
Save saifiahmada/53d6761ed80250c916b017c3275e6ac2 to your computer and use it in GitHub Desktop.
contoh code snippet untuk blog
package com.saifiahmada.gist
public class Pertama {
public static void cetak() {
System.out.println("Testing coding snippet di blogger saifiahmada.com");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment