-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md.old
134 lines (110 loc) · 5.24 KB
/
README.md.old
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Hello-World
最初に作り(その後は放置されるはずだった)リポジトリ
#### First update: Fri Jun 25 08:11:39 JST 2021
#### Prev update: Wed Jul 14 06:43:26 JST 2021
#### Prev update: Fri Jun 3 01:53:44 JST 2022
#### Last update: Sun Jun 12 10:50:12 JST 2022
もともとは,GitHub を学び始めた際に最初に作った「"Hello,World!" を書き込んでみただけのリポジトリ」だったが,消さずに残してあった.今後は各言語で書いた "Hello,World!" のコレクションにしてみようかと.(Fri Jun 25 08:11:39 JST 2021)
なお,現状では Google Collaboratory で「Colaboratory_へようこそ.ipynb」を操作してこれを「GitHub にコピー」しようとすると,なぜかこのリポジトリにコピーしようとする.まぁ、これも「Hello,World!的」ではあるのでこのままにしておくことにした.
人間語の "Hello,World!" はないのか,というリクエストにお応えして各国語での表現を取集&追記開始(2021-07-02時点では作業中)(2022-05-31 時点で 29言語掲載)
./Hello-World
├── README.md
├── README.md.old
├── hello_world.ada
├── hello_world.awk
├── hello_world.basic
├── hello_world.c
├── hello_world.cob
├── hello_world.cpp
├── hello_world.cs
├── hello_world.f
├── hello_world.f90
├── hello_world.for
├── hello_world.go
├── hello_world.hs
├── hello_world.human1
├── hello_world.human2
├── hello_world.human3
├── hello_world.ino
├── hello_world.java
├── hello_world.js
├── hello_world.lisp
├── hello_world.m
├── hello_world.nako
├── hello_world.pas
├── hello_world.php
├── hello_world.pl
├── hello_world.ps1
├── hello_world.py
├── hello_world.rb
├── hello_world.rs
├── hello_world.sh
├── hello_world.sql
├── hello_world.tcl
├── hello_world.tk
├── hello_world.v
└── testing_colab.ipynb
0 directories, 36 files (Tue Nov 22 23:29:22 JST 2022)
1 hello_world.ada # Ada
2 hello_world.awk # awk
3 hello_world.bas # BASIC
4 hello_world.c # C
5 hello_world.cob # COBOL
6 hello_world.cpp # C++
7 hello_world.cs # C#
8 hello_world.f # fortran
9 hello_world.f90 # fortran 90
10 hello_world.for # FORTRAN 77
11 hello_world.go # Go
12 hello_world.hs # Haskel
13 hello_world.human1 # Human Languages (1)
14 hello_world.human2 # Human Languages (2)
15 hello_world.human3 # Human Languages (3)
16 hello_world.ino # Arduino
17 hello_world.jav # Java
18 hello_world.js # JavaScript
19 hello_world.lis # Lisp
20 hello_world.m # objective-c
21 hello_world.nak # なでしこ
22 hello_world.pas # Pascal
23 hello_world.php # PHP
24 hello_world.pl # perl
25 hello_world.ps1 # PowerShell
26 hello_world.py # Python
27 hello_world.rb # Ruby
28 hello_world.rs # Rust
29 hello_world.sh # sh
30 hello_world.sql # SQL
31 hello_world.tcl # Tcl
32 hello_world.tk # Tk
33 hello_world.v # Verilog HDL
・参考:
・40言語で「Hello World」をやってみよう!!<BR>
[https://www.microstone.info/helloworld/](https://www.microstone.info/helloworld/)
・世界各地と各種プログラミング言語での「Hello World!」いろいろ<BR>
[https://brian.hatenablog.jp/entry/hello-world](https://brian.hatenablog.jp/entry/hello-world)
・とほほのFORTRAN入門<BR>
[https://www.tohoho-web.com/ex/fortran77.html#hello-world](https://www.tohoho-web.com/ex/fortran77.html#hello-world)
・Fortran 90/95 で "Hello, world!"<BR>
[https://qiita.com/Takuro_K/items/954a49ff21479e1379fe](https://qiita.com/Takuro_K/items/954a49ff21479e1379fe<)
・Getting started with ada<BR>
https://riptutorial.com/ada/example/15002/hello-world
・COBOL言語でプログラムを作成してみよう!|基礎ガイド<BR>
https://www.cobol.co.jp/cobol-nyuumon/kiso/k015/
・Objective-C Hello World Tutorial<BR>
https://www.journaldev.com/9512/objective-c-hello-world-tutorial
・日本語プログラミング言語「なでしこ3」マニュアル<BR>
https://nadesi.com/v3/doc/index.php
・Wikipedia:
・Tcl/Tk<BR>
https://en.wikipedia.org/wiki/Tcl<BR>
https://ja.wikipedia.org/wiki/Tcl/Tk<BR>
・Tk<BR>
https://en.wikipedia.org/wiki/Tk_(software) <BR>
https://ja.wikipedia.org/wiki/Tk_(ツールキット) <BR>
・Verilog<BR>
https://en.wikipedia.org/wiki/Verilog<BR>
https://ja.wikipedia.org/wiki/Verilog<BR>
Note: URL = https://github.com/hohno-46466/Hello-World
Note: URL = git@github.com:hohno-46466/Hello-World.git
-EOF-