Skip to content

Releases: LunaStev/wave_to_c

WTC v1

12 Aug 14:50
145bcc6
Compare
Choose a tag to compare

English:

  1. Extract the Wave.zip file and place the Wave folder in C:/.

  2. Add C:/Wave to the Path in the Environment Variables -> System Variables.

  3. Write the following code in a file named main.wave:

fun main() {
    printf("Hello, World!");
}
  1. Run wave main.wave in the CMD.

Note: GCC is required.

Español:

  1. Extrae el archivo Wave.zip y coloca la carpeta Wave en C:/.

  2. Agrega C:/Wave al Path en las Variables de Entorno -> Variables del Sistema.

  3. Escribe el siguiente código en un archivo llamado main.wave:

fun main() {
    printf("Hello, World!");
}
  1. Ejecuta wave main.wave en el CMD.

Advertencia: Se necesita GCC.

한국어:

  1. Wave.zip 파일의 압축을 풀고 Wave 폴더를 C:/에 넣습니다.

  2. 환경 변수 -> 시스템 변수에서 Path에 C:/Wave를 추가합니다.

  3. 다음 코드를 main.wave라는 파일에 작성합니다:

fun main() {
    printf("Hello, World!");
}
  1. CMD에서 wave main.wave를 입력하여 실행합니다.

주의사항: GCC가 필요합니다.