This commit is contained in:
AB
2020-07-08 05:31:09 +03:00
parent 1dcd90ab28
commit 8bb620d289
9 changed files with 30 additions and 5 deletions

3
sum.v Normal file
View File

@@ -0,0 +1,3 @@
fn main() {
println('Hello, developers!')
}