Quick actions

cmd+k|ctrl+k

Navigation

Languages

Algoritma1.1

Snippet info

Language

Cpp

Visibility

public

Author

tomysetiawan

Created

2024-10-12T10:09:29.914843Z

Updated

2024-10-12T10:09:29.914843Z

#include <iostream>
using namespace std;

int main() {
    cout << "Ini adalah program c++ pertamaku!"<<endl;
    cout << "Nama : Tomy setiawan"<<endl;
    cout << "Nim : 3420247021";
    return 0;
}
INFO