Skip to content

Commit

Permalink
WA
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Jun 20, 2024
1 parent f28848e commit 77e5159
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/readme/JAPANESE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
これは革新的な技術進歩と技術の民主化をもたらすでしょう。


## Information

- **Version** : **Wave v1**
- **Language** : **Rust 2021 Edition**
- **Build Tool** : **Cargo**
Expand All @@ -49,6 +51,7 @@ fun hello() {
}
fun main() {
var a :str = "WA";
count a = 1;
hello();
print("Hello World {a} {b}");
Expand Down
2 changes: 2 additions & 0 deletions .github/readme/KOREAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
**Wave**를 통해 이러한 장벽을 낮추고 보다 생산적이고 안전한 시스템 개발 환경을 제공할 수 있습니다.
이는 혁신적인 기술 발전과 기술 민주화를 가져올 것입니다.

## Information

- **Version** : **Wave v1**
- **Language** : **Rust 2021 Edition**
Expand All @@ -51,6 +52,7 @@ fun hello() {
}
fun main() {
var a :str = "WA";
count a = 1;
hello();
print("Hello World {a} {b}");
Expand Down
2 changes: 2 additions & 0 deletions .github/readme/SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ La programación de sistemas actual tiene una alta barrera de entrada, ya que re
A través de **Wave**, se pueden reducir estas barreras y proporcionar un entorno de desarrollo de sistemas más productivo y seguro.
Esto traerá consigo un avance tecnológico innovador y una democratización de la tecnología.

## Information

- **Version** : **Wave v1**
- **Language** : **Rust 2021 Edition**
Expand All @@ -50,6 +51,7 @@ fun hello() {
}
fun main() {
var a :str = "WA";
count a = 1;
hello();
print("Hello World {a} {b}");
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Through **Wave**, we can lower this barrier and provide a more productive and se
This will lead to innovative technological advancements and the democratization of technology.


## Information

- **Version** : **Wave v1**
- **Language** : **Rust 2021 Edition**
- **Build Tool** : **Cargo**
Expand All @@ -50,6 +52,7 @@ fun hello() {
}
fun main() {
var a :str = "WA";
count a = 1;
hello();
print("Hello World {a} {b}");
Expand Down

0 comments on commit 77e5159

Please sign in to comment.