Skip to content

Commit

Permalink
Updated helloworld with pointer change
Browse files Browse the repository at this point in the history
  • Loading branch information
sagardmni committed May 9, 2017
1 parent ba91d07 commit a68d31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helloworld.grid
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int initialSetup(){

int gameloop(){
Player p1;
*Player p2;
Player* p2;
p1.name = "Hello World";
print(p1.name);
return 0;
Expand Down

0 comments on commit a68d31e

Please sign in to comment.