Skip to content

Instantly share code, notes, and snippets.

@karanahuja-android
Created September 4, 2020 10:02
Show Gist options
  • Save karanahuja-android/67e7e066216bd026fc2a862223cd4f3c to your computer and use it in GitHub Desktop.
Save karanahuja-android/67e7e066216bd026fc2a862223cd4f3c to your computer and use it in GitHub Desktop.
main ()
{
var points;
points = 5000;
print (points);
points = points + 100;
print (points);
points = points + 200;
print (points);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment