Skip to content

Instantly share code, notes, and snippets.

@satoyuichi
Last active May 29, 2017 05:08
Show Gist options
  • Save satoyuichi/8a8338f06d9a74a498291b4e99853842 to your computer and use it in GitHub Desktop.
Save satoyuichi/8a8338f06d9a74a498291b4e99853842 to your computer and use it in GitHub Desktop.
x と y の値を交換するプログラム
let x = 3;
let y = 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment