Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
Bitopian
/
Bitopia
원본 프로젝트 :
mizusato/KumaChan
Watch
1
Star
0
포크
0
파일
위키
트리:
cfbae58dd8
브랜치
태그
backup
dev
master
Bitopia
/
test
/
hello.km
hello.km
119 B
히스토리
Raw
1
2
3
4
5
6
7
8
module Hello;
do OS::Stdout
| write-line 'Hello World'
| catch lambda _ exit 1
| then exit 0;