RyuGod
- 여러 프로그래밍 언어를 온라인 환경에서 실행해볼 수 있는 환경을 제공합니다.
죄송합니다. 본사이트는 자바스크립트 기능이 활성화 되어 있어야 사용가능합니다.
RyuGod
Programming Language Collector
Hello, World!
examples
Arrays
ConditionsAndLoops
Enum
Exceptions
Factorial
Functions
InsertionSort
List
Switch
Types
main.bau
1
2
3
4
5
6
7
8
9
10
11
12
13
a
:=
1
if
a
=
0
println
(
'zero'
)
elif
a
=
1
println
(
'one'
)
else
println
(
'many'
)
# prints 1 to 4
for
i
:=
range
(
0
10
)
break
i
=
5
println
(
i
)
Enter to Rename, <Shift>+Enter to Preview
Terminal
Input value
WebOutput
W
Close