Skip to content

Commit

Permalink
Update menggunakan_array.cpp
Browse files Browse the repository at this point in the history
typo pada function main()
  • Loading branch information
RhapsodyInBlueMelody authored Dec 9, 2024
1 parent 1f3b375 commit b7624c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/08_string/menggunakan_array.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <iostream>

int maian(){
int main(){
char salam[] = "Hello boys";
std::cout<<salam;

Expand Down

0 comments on commit b7624c1

Please sign in to comment.