English:
-
Extract the Wave.zip file and place the Wave folder in C:/.
-
Add C:/Wave to the Path in the Environment Variables -> System Variables.
-
Write the following code in a file named main.wave:
fun main() {
printf("Hello, World!");
}
- Run wave main.wave in the CMD.
Note: GCC is required.
Español:
-
Extrae el archivo Wave.zip y coloca la carpeta Wave en C:/.
-
Agrega C:/Wave al Path en las Variables de Entorno -> Variables del Sistema.
-
Escribe el siguiente código en un archivo llamado main.wave:
fun main() {
printf("Hello, World!");
}
- Ejecuta wave main.wave en el CMD.
Advertencia: Se necesita GCC.
한국어:
-
Wave.zip 파일의 압축을 풀고 Wave 폴더를 C:/에 넣습니다.
-
환경 변수 -> 시스템 변수에서 Path에 C:/Wave를 추가합니다.
-
다음 코드를 main.wave라는 파일에 작성합니다:
fun main() {
printf("Hello, World!");
}
- CMD에서 wave main.wave를 입력하여 실행합니다.
주의사항: GCC가 필요합니다.