LoginSignup
4
3

More than 5 years have passed since last update.

プログラミングを最短で始める方法

Last updated at Posted at 2014-07-03

パソコンさえあれば5分でプログラミング始められるよ♪ってお話.

  • (1) テキストエディタ(メモ帳とか)を開く
  • (2) 下記のコードを書く
<script>
alert("Hello, world!");
</script>
  • (3) このファイルを名前を付けて保存で index.html とかで保存する
  • (4) このファイルをダブルクリックとかで開く
  • (5) "Hello, world!" と出たら君もプログラマの仲間入りだ!!
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3