GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
KoekiGameDesign
/
2025-shu
Transfer to URL with SHA
Find file
Newer
Older
tree:
f7cbd03529
Branches
Tags
×
main
2025-shu
/ hello6.js
suzukishu
6 days ago
101 bytes
ファイルの提出
Raw
Blame
History
#!/usr/bin/env js s = "Hello, world!"; for (var i=0; i<s.length; i++) { print(s.substr(0, i+1)); }