diff options
author | ven <vendethiel@hotmail.fr> | 2024-01-13 20:37:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-13 20:37:08 +0100 |
commit | 2dba5b129445a7455db9986b482327ebdbcc2c1c (patch) | |
tree | 1456b31f7d3a22f910b738eaf9eec90cde5978b8 /ballerina.html.markdown | |
parent | bfee8bccc6beee4ff5fc916af0fc89e7110c0324 (diff) |
switch ballerina to java
Diffstat (limited to 'ballerina.html.markdown')
-rw-r--r-- | ballerina.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ballerina.html.markdown b/ballerina.html.markdown index 0d95785e..7f055343 100644 --- a/ballerina.html.markdown +++ b/ballerina.html.markdown @@ -7,7 +7,7 @@ filename: learn_ballerina.bal [Ballerina](https://ballerina.io/) is a statically-typed programming language for making development for the cloud an enjoyable experience. -```ballerina +```java // Single-line comment // Import modules into the current source file |