Skip to content

Instantly share code, notes, and snippets.

@native-m
Created January 18, 2016 07:10
Show Gist options
  • Save native-m/e205b7379f046c49e6bc to your computer and use it in GitHub Desktop.
Save native-m/e205b7379f046c49e6bc to your computer and use it in GitHub Desktop.
#include <iostream>
// Tanda ini berarti komentar atau tanda teks yg diabaikan
/* Ini juga sama kayak yg tadi */
using namespace std; // kita mempergunakan namespace utk tidak memakai tanda "::"
int main() {
cout << "MMPEI, Minecraft/ Minecraft Pocket Edition Indonesia" << endl; // ini akan menampilkan tulisan
cout << "Farhan Abdullah Spensaka" << endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment